Odel
massive context mcp

massive context mcp

Local
@egoughnour1PythonMITUpdated 7mo ago

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).

PyPImassive-context-mcpv3.0.1

Run

uvx massive-context-mcp

MCP client config

{
  "mcpServers": {
    "massive-context-mcp": {
      "command": "uvx",
      "args": [
        "massive-context-mcp"
      ]
    }
  }
}
MCP Bundlehttps://github.com/egoughnour/massive-context-mcp/releases/download/v3.0.1/massive-context-mcp.mcpb

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.