Grounder for Grok
io.github.rozetyp/grounder
Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.
client:Grok
transport:stdio
runtime:pypi
Install Grounder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"grounder": {
"type": "stdio",
"command": "uvx",
"args": [
"grounder-mcp"
],
"env": {
"GROUNDER_API_KEY": "<GROUNDER_API_KEY>"
}
}
}
}
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