Skip to content
Cursor

massive context mcp for Cursor

io.github.egoughnour/massive-context-mcp

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

client:Cursor transport:stdio runtime:pypi

Install massive context mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

massive context mcp in other clients