gotask-mcp
If you are the rightful owner of gotask-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) Server for Taskfile/go-task.
The gotask-mcp is a Model Context Protocol (MCP) server designed to work with Taskfile, a task runner for defining and executing tasks in a project. It is particularly useful for integrating with coding agents powered by generative AI, such as those used in Cursor IDE. The server allows these agents to execute predefined tasks at appropriate times during the development cycle, such as running autofixes or quality assurance checks. The server operates in an isolated environment and requires contextual information about the project, which is provided by the client. The server has been tested with the Cursor IDE Agent and provides tools for retrieving and executing tasks defined in a project's Taskfile.yml.
Features
- Integration with Taskfile for task management.
- Designed to work with Cursor IDE and similar environments.
- Provides tools for listing and executing tasks.
- Operates in an isolated environment with contextual project information.
- Facilitates automation of development tasks using generative AI.
Tools
List Tasks Tool
A tool to retrieve a list of available tasks from the Taskfile.
Run Task Tool
A tool to execute a named task from the Taskfile.