Node.js MCP server using LLMs (Gemini/OpenRouter) for AI-assisted task planning, breakdown, and code review. Designed for Cursor integration.
Overview
What is Task Manager MCP?
Task Manager MCP is a Node.js server designed to integrate with AI code editors like Cursor, utilizing LLMs (Gemini/OpenRouter) for AI-assisted task planning, breakdown, and code review.
How to use Task Manager MCP?
To use Task Manager MCP, clone the repository, install dependencies, configure API keys, and run the server. It can be integrated with Cursor for task management.
Key features of Task Manager MCP?
- Complex Feature Planning: Generates step-by-step coding plans based on feature descriptions.
- Integrated UI Server: Provides a user interface to view tasks and progress.
- Unlimited Context Window: Utilizes Gemini 2.5's extensive context capabilities.
- Conversation History: Maintains a history of conversations for context.
- Task CRUD: Allows for creating, reading, updating, and deleting tasks.
- Code Review: Analyzes code changes and generates new tasks as needed.
Use cases of Task Manager MCP?
- Planning and managing software development tasks.
- Assisting in code reviews and generating follow-up tasks.
- Enhancing productivity in AI-assisted coding environments.
FAQ from Task Manager MCP?
- Can Task Manager MCP be used without Cursor?
Yes, it can be run independently for local testing.
- Is there a cost associated with using Task Manager MCP?
The server can be configured to minimize costs by using free models from OpenRouter.
- How does Task Manager MCP handle clarification requests?
It pauses planning and interacts with the UI for additional information.