Back to directory
jhawkins11/task-manager-mcp

jhawkins11/task-manager-mcp

@jhawkins11

Node.js MCP server using LLMs (Gemini/OpenRouter) for AI-assisted task planning, breakdown, and code review. Designed for Cursor integration.

task-managementmcp-servercursorllmgeminiopenroutercode-reviewplanningautomation

Installation & Configuration

{
  "mcpServers": {
    "task-manager-mcp": {
      "command": "node",
      "args": [
        "dist/server.js"
      ],
      "env": {
        "OPENROUTER_API_KEY": "sk-or-v1-xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17