Massive Context MCP v3.0.1
Installation Options
Option 1: Claude Desktop (One-Click Install)
Download massive-context-mcp.mcpb and double-click to install.
Or install directly from URL:
https://github.com/egoughnour/massive-context-mcp/releases/download/v3.0.1/massive-context-mcp.mcpb
Option 2: Via uvx (Claude Code, CLI)
uvx massive-context-mcpOption 3: Via pip
pip install massive-context-mcp
# With Claude SDK support:
pip install massive-context-mcp[claude]Option 4: Manual Config
Add to claude_desktop_config.json:
{
"mcpServers": {
"massive-context": {
"command": "uvx",
"args": ["massive-context-mcp"],
"env": {
"RLM_DATA_DIR": "~/.rlm-data",
"OLLAMA_URL": "http://localhost:11434"
}
}
}
}What's Included
- 16 MCP tools for massive context handling (10M+ tokens)
- Ollama integration for free local inference
- Auto-provider detection - uses Ollama when available, falls back to Claude SDK
- macOS setup tools - automated Ollama installation (Homebrew or direct download)
Changes
See CHANGELOG.md for details.