Godspeed Task Management
Summary
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.
Available Actions(9)
list_tasks
List all tasks in the task management system.
get_task_details
Get details of a specific task.
create_new_tasks
Create new tasks, either single or in bulk (up to 60 tasks).
update_existing_tasks
Update details of existing tasks.
delete_tasks
Delete specified tasks from the task management system.
complete_uncomplete_tasks
Mark tasks as complete or uncomplete.
get_task_lists
Retrieve all task lists available in the system.
create_new_task_lists
Create new task lists by duplicating a template.
duplicate_existing_lists
Duplicate existing task lists.
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione