← Back to Plugins
MCP Server MCP

io.github.dinof777/mission-control

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mission-control-six-kohl.vercel.app/api/mcp",
      "headers": [
        {
          "description": "Bearer <token>. Get a per-user MCP token from Mission Control: open https://mission-control-six-kohl.vercel.app/settings/api-keys and click 'Generate MCP token'.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...