mcpbeat Sign in

Massive Context MCP Server

local only

Massive Context MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from pypi. Last commit 19 Jan 2026.

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

Installs per day peak 60 · avg 21 · -26% w/w
a month agotoday
124
Installs / week
pypi · massive-context-mcp
1
Stars
0 open issues
19 Jan 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call rlm_setup_ollama.install → src/rlm_mcp_server.py:721, rlm_setup_ollama.model → src/rlm_mcp_server.py:792, rlm_setup_ollama_direct.model → src/rlm_mcp_server.py:658
                install_proc = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add massive-context-mcp -- uvx massive-context-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "massive-context-mcp": {
      "args": [
        "massive-context-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.massive-context-mcp]
command = "uvx"
args = ["massive-context-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "massive-context-mcp": {
      "args": [
        "massive-context-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "massive-context-mcp": {
      "args": [
        "massive-context-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RLM_DATA_DIR (Directory for storing context data), OLLAMA_URL (URL for Ollama server (default: http://localhost:11434)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Massive Context MCP

same job, measured the same way
Diff Forge MCP
by ryudi84

Compare text and code, show differences with context

50 installs/wk local only
FunASR
by modelscope

Transcribe local audio with FunASR and SenseVoice using private, on-device inference.

local only
Cssgraph
by mack-peng

CSS intelligence for AI coding agents — surgical style context, fewer tool calls. 100% local.

254 installs/wk local only
Contract Risk Review
by justingyang218

Chinese labor & service contract risk assessment with 25 categories and local law differences.

local only
Promptbudget MCP
by mukundakatta

Token-budget-aware text handling: count, truncate, and chunk for LLM prompts.

28 installs/wk local only
Chronicle MCP
by leviathan0x0

Local MCP server to sync, clean, and index AI chat logs locally. Saves up to 40% context tokens.

362 installs/wk local only
Qwen MCP
by rocnubie

Qwen AI Chat guide to Qwen3.6-Plus and qwen3.6-flash with practical notes on 1M context, coding

local only
Debitura
by debitura

Cross-border debt collection: submit and track cases handled by local partners in 183 countries.

16 tools answering

Massive Context MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Massive Context MCP?
Massive Context MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package massive-context-mcp was installed 124 times last week.
How do I connect Massive Context MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls massive-context-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Massive Context MCP?
The pypi package massive-context-mcp was installed 124 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Massive Context MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.