godspeed-mcp
一路顺风 MCP
Godspeed 任务管理 API 的模型上下文协议连接器。
安装
您可以通过 npx 无需安装即可使用此工具:
npx godspeed-mcp或者全局安装:
npm install -g godspeed-mcpRelated MCP server: Task MCP Server
配置
身份验证令牌
Godspeed API 令牌可以通过两种方式提供:
环境变量:
GODSPEED_TOKEN命令行参数:
--token=YOUR_TOKEN或-t YOUR_TOKEN
空列表 ID(可选)
为了创建新的任务列表,您可以配置一个空列表 ID 作为模板:
环境变量:
GODSPEED_EMPTY_LIST_ID命令行参数:
--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 个任务)
更新现有任务
删除任务
完成/未完成的任务
获取任务列表
创建新的任务列表(通过复制模板)
复制现有列表
执照
麻省理工学院
Maintenance
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
- AlicenseAqualityDmaintenanceA 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.179MIT
- FlicenseAqualityDmaintenanceA simple task management server that enables users to add, list, complete, and delete tasks through natural language interactions in Claude Desktop.4
- AlicenseNot gradedqualityBmaintenanceMCP server that wraps a personal task manager REST API, enabling Claude to read and manage tasks via tools like get_tasks and add_task.12MIT
- AlicenseNot gradedqualityCmaintenanceA local MCP-style server for managing task records and seeded documents through controlled tool functions, using SQLite and JSON seed data.MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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