MCP Server
MCP
io.github.dinof777/mission-control
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
By
Comments
Sign in to leave a comment