argon for Grok
io.github.argon-lab/argon
Versioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.
client:Grok
transport:stdio
runtime:npm
Install argon in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"argon": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"argonctl"
]
}
}
}
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