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)
{
"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