Skip to content
Grok

mission control for Grok

io.github.dinof777/mission-control

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

client:Grok transport:streamable-http

Install mission control in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mission control in other clients