massive context mcp for Claude Desktop
io.github.egoughnour/massive-context-mcp
Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference.
client:Claude Desktop
transport:stdio
runtime:pypi
Install massive context mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"massive-context-mcp": {
"command": "uvx",
"args": [
"massive-context-mcp"
],
"env": {
"RLM_DATA_DIR": "<RLM_DATA_DIR>",
"OLLAMA_URL": "<OLLAMA_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs