Godspeed MCP provides a connector for AI assistants to interact with the Godspeed Task Management API through the Model Context Protocol. It enables task management operations including listing, creating, updating, and deleting tasks, as well as managing task lists. Built with TypeScript and using the MCP SDK, this implementation authenticates via API token and exposes a set of tools that allow AI assistants to help users organize their productivity workflow directly from within their development environment. The server is designed to work with Cursor and other MCP-compatible clients, making it useful for developers who want to manage their tasks without context switching.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Retrieve a list of all tasks from the task management system.
Fetch details of a specific task by its ID.
Create new tasks. Can handle single or bulk creation of up to 60 tasks.
Modify the details of an existing task.
Remove tasks from the task management system by their IDs.
Mark a specific task as completed.
Mark a specific task as uncompleted.
Retrieve a list of all task lists available.
Create new task lists by duplicating a specified template.
Create a copy of an existing task list.