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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Retrieve a list of all tasks from the Godspeed Task Management API.
Fetch detailed information about a specific task.
Create new tasks in the system. Can handle single or bulk creation (up to 60 tasks).
Modify details of existing tasks.
Remove specified tasks from the task management system.
Mark tasks as complete or revert them to uncompleted status.
Retrieve all task lists available in the system.
Create new task lists by duplicating a specified template.
Create a copy of an existing task list.