一路顺风 MCP
Godspeed 任务管理 API 的模型上下文协议连接器。
安装
您可以通过 npx 无需安装即可使用此工具:
或者全局安装:
配置
身份验证令牌
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
处创建一个具有以下结构的文件:
对于 Mac/Linux,在~/.cursor/mcp.json
创建一个具有以下结构的文件:
特征
此 MCP 连接器提供以下任务管理工具:
列出所有任务
获取任务详细信息
创建新任务(单个或批量创建最多 60 个任务)
更新现有任务
删除任务
完成/未完成的任务
获取任务列表
创建新的任务列表(通过复制模板)
复制现有列表
执照
麻省理工学院
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
允许使用 API 与 Godspeed 任务应用程序交互的服务器。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA server for task orchestration and coordination, facilitating task management with dependencies, multi-instance collaboration, and persistent task tracking.Last updated -724MIT License
- AsecurityFlicenseAqualityThis server allows users to perform web searches using Perplexity AI, providing a tool for retrieving search results through a simple API interface.Last updated -1493
- -securityAlicense-qualityThis server facilitates scalable discovery and execution of OpenAPI endpoints using semantic search and high-performance processing, overcoming limitations of large spec handling for streamlined API interactions.Last updated -72MIT License
- AsecurityAlicenseAqualityA 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 -46MIT License