Skip to content
Cursor

mission control for Cursor

io.github.dinof777/mission-control

Read and write Mission Control state via MCP — projects, tasks, subtasks, templates, status updates.

client:Cursor transport:streamable-http

Install mission control in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mission-control": {
      "url": "https://mission-control-six-kohl.vercel.app/api/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mission control in other clients