massive context mcp for Grok
io.github.egoughnour/massive-context-mcp
Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference.
client:Grok
transport:stdio
runtime:pypi
Install massive context mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"massive-context-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"massive-context-mcp"
],
"env": {
"RLM_DATA_DIR": "<RLM_DATA_DIR>",
"OLLAMA_URL": "<OLLAMA_URL>"
}
}
}
}
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