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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
List all tasks in the task management system.
Retrieve details of a specific task.
Create a new task in the system. Supports single or bulk creation (up to 60 tasks).
Update the details of an existing task.
Delete a specified task from the task management system.
Mark a specified task as complete.
Mark a specified task as incomplete.
Retrieve the list of task lists available in the system.
Create a new task list by duplicating an existing template.
Duplicate an existing task list.