task-manager-mcp
14
The Task Manager MCP Server enhances AI code editors like Cursor by providing robust task planning and execution capabilities. It leverages the strengths of Gemini 2.5 to offer unlimited context and task management features through an intuitive Svelte UI. The project is designed to optimize AI model interactions while keeping costs manageable.
Task Manager MCP Server
This project is an MCP server designed to enhance AI code editors like Cursor by providing features that improve planning and task execution. It integrates with Gemini 2.5 to overcome Cursor's limited context window. Key features include:
- Complex Feature Planning: Generates detailed coding plans using LLM with project context.
- Integrated UI Server: Provides task list visibility and interaction through a Svelte UI.
- Unlimited Context Window: Utilizes Gemini 2.5's large token context.
- Task Management: CRUD operations on tasks via UI.
- Code Review: Analyzes
git diff
changes and creates tasks if necessary.
Additionally, it offers configuration options and cost-effective usage suggestions, particularly when integrated with OpenRouter's free tiers.