Skip to main content
Glama
AliNagy
by AliNagy

一路顺风 MCP

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

安装

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

npx godspeed-mcp

或者全局安装:

npm install -g godspeed-mcp

Related MCP server: Task MCP Server

配置

身份验证令牌

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 个任务)

  • 更新现有任务

  • 删除任务

  • 完成/未完成的任务

  • 获取任务列表

  • 创建新的任务列表(通过复制模板)

  • 复制现有列表

执照

麻省理工学院

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    A Python server that enables Claude to interact with Todoist's task management API, allowing users to create, manage, and organize tasks directly through Claude's interface.
    17
    9
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A local MCP-style server for managing task records and seeded documents through controlled tool functions, using SQLite and JSON seed data.
    MIT

View all related MCP servers

Related MCP Connectors

  • A basic MCP server to operate on the Postman API.

  • MCP server for interacting with the Supabase platform

  • MCP server for Google search results via SERP API

View all MCP Connectors

Latest Blog Posts

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