Skip to content
Grok

5dive mcp for Grok

io.github.5dive-ai/5dive-mcp

Expose the 5dive agent-fleet CLI (tasks, agents, digest) as stdio MCP tools.

client:Grok transport:stdio runtime:npm

Install 5dive mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "5dive-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@5dive/mcp"
      ],
      "env": {
        "FIVEDIVE_SUDO": "<FIVEDIVE_SUDO>",
        "FIVEDIVE_BIN": "<FIVEDIVE_BIN>",
        "FIVEDIVE_TIMEOUT_MS": "<FIVEDIVE_TIMEOUT_MS>"
      }
    }
  }
}

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

5dive mcp in other clients