Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference.
Runs locally over stdio
This server isn't hosted β your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx massive-context-mcp
MCP client config
{
"mcpServers": {
"massive-context-mcp": {
"command": "uvx",
"args": [
"massive-context-mcp"
]
}
}
}Distributed as an MCP bundle (`https://github.com/egoughnour/massive-context-mcp/releases/download/v3.0.1/massive-context-mcp.mcpb`) β download it and import the bundle in your MCP client.