Godspeed Task Management

Godspeed Task Management

alinagy

Connects your development environment to the Godspeed Task Management API so you can manage tasks without leaving your code editor.

Integrates with Godspeed Task Management API to enable listing, creating, updating, and deleting tasks directly from development environments without context switching.

4348 views3Local (stdio)

What it does

  • List and view task details
  • Create single tasks or bulk create up to 60 tasks
  • Update and delete existing tasks
  • Mark tasks as complete or incomplete
  • Create and duplicate task lists
  • Manage task lists and organization

Best for

Developers who want to manage tasks without context switchingTeams using Godspeed for project managementAutomating task creation from development workflows
Works via npx without installationBulk task operations supported

About Godspeed Task Management

Godspeed Task Management is a community-built MCP server published by alinagy that provides AI assistants with tools and capabilities via the Model Context Protocol. Easily manage tasks with the Godspeed Task Management API. Streamline listing, creating, and updating tasks without leav It is categorized under productivity.

How to install

You can install Godspeed Task Management in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Godspeed Task Management is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

MseeP.ai Security Assessment Badge

Godspeed MCP

A Model Context Protocol connector for the Godspeed Task Management API.

Installation

You can use this tool without installation via npx:

npx godspeed-mcp

Or install it globally:

npm install -g godspeed-mcp

Configuration

Authentication Token

The Godspeed API token can be provided in two ways:

  1. Environment variable: GODSPEED_TOKEN
  2. Command line argument: --token=YOUR_TOKEN or -t YOUR_TOKEN

Empty List ID (Optional)

For creating new task lists, you can configure an empty list ID to use as a template:

  1. Environment variable: GODSPEED_EMPTY_LIST_ID
  2. Command line argument: --empty-list-id=YOUR_LIST_ID or -e YOUR_LIST_ID

If not provided, you'll need to specify the empty list ID when creating new lists.

Cursor MCP Configuration

For Windows, create a file at %USERPROFILE%\.cursor\mcp.json with the following structure:

{
  "mcpServers": {
    "godspeed-mcp": {
      "command": "cmd /c",
      "args": [
        "godspeed-mcp",
        "--token=your-godspeed-api-token",
        "--empty-list-id=your-empty-list-id" // Optional
      ]
    }
  }
}

For Mac/Linux, create a file at ~/.cursor/mcp.json with this structure:

{
  "mcpServers": {
    "godspeed-mcp": {
      "command": "npx",
      "args": ["godspeed-mcp"],
      "env": {
        "GODSPEED_TOKEN": "your-godspeed-api-token",
        "GODSPEED_EMPTY_LIST_ID": "your-empty-list-id" // Optional
      }
    }
  }
}

Features

This MCP connector provides the following task management tools:

  • List all tasks
  • Get task details
  • Create new tasks (single or bulk up to 60 tasks)
  • Update existing tasks
  • Delete tasks
  • Complete/uncomplete tasks
  • Get task lists
  • Create new task lists (by duplicating a template)
  • Duplicate existing lists

License

MIT

Alternatives

Related Skills

Browse all skills
personal-assistant

This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.

3
productivity-helper

Boost your productivity with automated task management

2
task-master

AI-powered task management for structured, specification-driven development. Use this skill when you need to manage complex projects with PRDs, break down tasks into subtasks, track dependencies, and maintain organized development workflows across features and branches.

16
finance-manager

Comprehensive personal finance management system for analyzing transaction data, generating insights, creating visualizations, and providing actionable financial recommendations. Use when users need to analyze spending patterns, track budgets, visualize financial data, extract transactions from PDFs, calculate savings rates, identify spending trends, generate financial reports, or receive personalized budget recommendations. Triggers include requests like "analyze my finances", "track my spending", "create a financial report", "extract transactions from PDF", "visualize my budget", "where is my money going", "financial insights", "spending breakdown", or any finance-related analysis tasks.

10
svelte-expert

Expert Svelte/SvelteKit development assistant for building components, utilities, and applications. Use when creating Svelte components, SvelteKit applications, implementing reactive patterns, handling state management, working with stores, transitions, animations, or any Svelte/SvelteKit development task. Includes comprehensive documentation access, code validation with svelte-autofixer, and playground link generation.

10
task-management

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

8