Skip to content

massive context mcp for Zed

io.github.egoughnour/massive-context-mcp

Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference.

client:Zed transport:stdio runtime:pypi

Install massive context mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "massive-context-mcp": {
      "command": "uvx",
      "args": [
        "massive-context-mcp"
      ],
      "env": {
        "RLM_DATA_DIR": "<RLM_DATA_DIR>",
        "OLLAMA_URL": "<OLLAMA_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

massive context mcp in other clients