Skip to main content
Glama

godspeed-mcp

一路顺风 MCP

Godspeed 任务管理 API 的模型上下文协议连接器。

安装

您可以通过 npx 无需安装即可使用此工具:

npx godspeed-mcp

或者全局安装:

npm install -g godspeed-mcp

配置

身份验证令牌

Godspeed API 令牌可以通过两种方式提供:

  1. 环境变量: GODSPEED_TOKEN
  2. 命令行参数: --token=YOUR_TOKEN-t YOUR_TOKEN

空列表 ID(可选)

为了创建新的任务列表,您可以配置一个空列表 ID 作为模板:

  1. 环境变量: GODSPEED_EMPTY_LIST_ID
  2. 命令行参数: --empty-list-id=YOUR_LIST_ID-e YOUR_LIST_ID

如果未提供,则需要在创建新列表时指定空列表 ID。

光标 MCP 配置

对于 Windows,在%USERPROFILE%\.cursor\mcp.json处创建一个具有以下结构的文件:

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

对于 Mac/Linux,在~/.cursor/mcp.json创建一个具有以下结构的文件:

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

特征

此 MCP 连接器提供以下任务管理工具:

  • 列出所有任务
  • 获取任务详细信息
  • 创建新任务(单个或批量创建最多 60 个任务)
  • 更新现有任务
  • 删除任务
  • 完成/未完成的任务
  • 获取任务列表
  • 创建新的任务列表(通过复制模板)
  • 复制现有列表

执照

麻省理工学院

You must be authenticated.

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 allowing interaction with Reddit via the public API, enabling browsing frontpage posts, retrieving subreddit details, and reading post comments through a Model Context Protocol.
            Last updated -
            8
            30
            Python
            MIT License
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            Provides API access to a locally-hosted task management system with features for creating, updating, and organizing tasks, including support for urgency levels, effort estimates, subtasks, and bi-directional sync with Obsidian markdown files.
            Last updated -
            12
            3
            Python
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides seamless interaction with Workato's API through custom AI tools, enabling management of recipes, connections, connectors, folders, and activity logs.
            Last updated -
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            A server that enables accessing and managing ApiFox API information through the Model Context Protocol, supporting both HTTP services and CLI commands.
            Last updated -
            TypeScript

          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