Skip to content
VS Code

mission control for VS Code

io.github.dinof777/mission-control

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

client:VS Code transport:streamable-http

Install mission control in VS Code

.vscode/mcp.json

{
  "servers": {
    "mission-control": {
      "type": "http",
      "url": "https://mission-control-six-kohl.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mission control in other clients