Skip to main content
Glama

godspeed-mcp

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

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

允许使用 API 与 Godspeed 任务应用程序交互的服务器。

  1. 安装
    1. 配置
      1. 身份验证令牌
      2. 空列表 ID(可选)
    2. 光标 MCP 配置
      1. 特征
        1. 执照

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A server for task orchestration and coordination, facilitating task management with dependencies, multi-instance collaboration, and persistent task tracking.
            Last updated -
            7
            24
            MIT License
          • A
            security
            F
            license
            A
            quality
            This server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.
            Last updated -
            1
            51
            3
          • A
            security
            A
            license
            A
            quality
            A TypeScript Model Context Protocol server that integrates with Google Tasks API, allowing users to create, list, update, delete, and toggle completion status of tasks.
            Last updated -
            4
            6
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/AliNagy/godspeed-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server