Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.egoughnour/massive-context-mcp

PYPI · MASSIVE-CONTEXT-MCP · 2 COMPONENTS · SCANNED SEP 20

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

−1 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency44
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1406 tokens (~82/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "rlm_exec" implies "exec" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.egoughnour/massive-context-mcp server?

io.github.egoughnour/massive-context-mcp runs locally as a PyPI package, launched with uvx massive-context-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · massive-context-mcp

# add to Claude Code
claude mcp add egoughnour-massive-context-mcp -- uvx massive-context-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "egoughnour-massive-context-mcp": {
      "command": "uvx",
      "args": [
        "massive-context-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "egoughnour-massive-context-mcp": {
      "command": "uvx",
      "args": [
        "massive-context-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add egoughnour-massive-context-mcp -- uvx massive-context-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "egoughnour-massive-context-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "massive-context-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add egoughnour-massive-context-mcp --command uvx --arg massive-context-mcp
# ~/.hermes/config.yaml
mcp_servers:
  egoughnour-massive-context-mcp:
    command: "uvx"
    args: ["massive-context-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "egoughnour-massive-context-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "massive-context-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add egoughnour-massive-context-mcp -t stdio -c uvx -a massive-context-mcp
// mcp.json
{
  "mcpServers": {
    "egoughnour-massive-context-mcp": {
      "command": "uvx",
      "args": [
        "massive-context-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +16
    • Malware scan: unverified → pass security
  • 18 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 17 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 16 Sept 26 +15
    • Malware scan: unverified → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes. Other categories moved too: Provenance & Transparency fell 1.

  • 12 Sept 26 −3
    • Stability: pass → 0.83 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/massive-context-mcp@3.0.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 23 packages
Packages resolved 23
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~1,406 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
rlm_auto_analyze ~122

Automatically detect content type and analyze with optimal chunking strategy. One-step analysis for common tasks.

NameTypeReqDescription
concurrencyintegerMax parallel requests (default 4, max 8)
contentstringyesThe content to analyze
goalstringyesAnalysis goal: 'summarize', 'find_bugs', 'extract_structure', 'security_audit', or 'answer:<your question>'
namestringyesContext identifier
providerstringLLM provider - 'auto' prefers Ollama if available

Structured output declared, but exposes no named fields.

No examples provided.

rlm_chunk_context ~71

Chunk a loaded context by strategy. Returns chunk metadata, not full content.

NameTypeReqDescription
namestringyesContext identifier
sizeintegerChunk size (lines/chars depending on strategy)
strategystringChunking strategy - 'lines', 'chars', or 'paragraphs'

Structured output declared, but exposes no named fields.

No examples provided.

rlm_exec ~75

Execute Python code against a loaded context in a sandboxed subprocess. Set result variable for output.

NameTypeReqDescription
codestringyesPython code to execute. User sets result variable for output.
context_namestringyesName of previously loaded context
timeoutintegerMax execution time in seconds (default 30)

Structured output declared, but exposes no named fields.

No examples provided.

rlm_filter_context ~72

Filter context using regex/string operations. Creates a new filtered context.

NameTypeReqDescription
modestring'keep' or 'remove' matching lines
namestringyesSource context identifier
output_namestringyesName for filtered context
patternstringyesRegex pattern to match

Structured output declared, but exposes no named fields.

No examples provided.

rlm_firewall_status ~123

Check the status of the code execution firewall. Returns information about whether the firewall is enabled, the Ollama endpoint being used, and whether dangerous code patterns will be blocked. The firewall is auto-enabled when code-firewall-mcp is installed: pip install massive-context-mcp[firewall] Returns: { "enabled": bool, "package_installed": bool, "ollama_url": str, "embedding_model": str, "similarity_threshold": float, "ollama_reachable": bool, }

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

rlm_get_chunk ~48

Get a specific chunk by index. Use after chunking to retrieve individual pieces.

NameTypeReqDescription
chunk_indexintegeryesIndex of chunk to retrieve
namestringyesContext identifier
NameTypeReqDescription
resultyes

No examples provided.

rlm_get_results ~26

Retrieve stored results for aggregation.

NameTypeReqDescription
namestringyesResult set identifier
NameTypeReqDescription
resultyes

No examples provided.

rlm_inspect_context ~52

Inspect a loaded context - get structure info without loading full content into prompt.

NameTypeReqDescription
namestringyesContext identifier
preview_charsintegerNumber of chars to preview (default 500)

Structured output declared, but exposes no named fields.

No examples provided.

rlm_list_contexts ~19

List all loaded contexts and their metadata.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

rlm_load_context ~48

Load a large context as an external variable. Returns metadata without the content itself.

NameTypeReqDescription
contentstringyesThe full context content
namestringyesIdentifier for this context

Structured output declared, but exposes no named fields.

No examples provided.

rlm_ollama_status ~79

Check Ollama server status and available models. Returns whether Ollama is running, list of available models, and if the default model (gemma3:12b) is available. Use this to determine if free local inference is available.

NameTypeReqDescription
force_refreshbooleanForce refresh the cached status (default: false)

Structured output declared, but exposes no named fields.

No examples provided.

rlm_setup_ollama ~160

Install Ollama via Homebrew (macOS). Requires Homebrew pre-installed. Uses 'brew install' and 'brew services'. PROS: Auto-updates, pre-built binaries, managed service. CONS: Requires Homebrew, may prompt for sudo on first Homebrew install.

NameTypeReqDescription
installbooleanInstall Ollama via Homebrew (requires Homebrew)
modelstringModel to pull (default: gemma3:12b). Use gemma3:4b or gemma3:1b for lower RAM systems.
pull_modelbooleanPull the default model (gemma3:12b)
start_servicebooleanStart Ollama as a background service via brew services

Structured output declared, but exposes no named fields.

No examples provided.

rlm_setup_ollama_direct ~166

Install Ollama via direct download (macOS). Downloads from ollama.com to ~/Applications. PROS: No Homebrew needed, no sudo required, fully headless, works on locked-down machines. CONS: Manual PATH setup, no auto-updates, service runs as foreground process.

NameTypeReqDescription
installbooleanDownload and install Ollama to ~/Applications (no sudo needed)
modelstringModel to pull (default: gemma3:12b). Use gemma3:4b or gemma3:1b for lower RAM systems.
pull_modelbooleanPull the default model (gemma3:12b)
start_servicebooleanStart Ollama server (ollama serve) in background

Structured output declared, but exposes no named fields.

No examples provided.

rlm_store_result ~50

Store a sub-call result for later aggregation.

NameTypeReqDescription
metadataOptional metadata about this result
namestringyesResult set identifier
resultstringyesResult content to store
NameTypeReqDescription
resultstringyes

No examples provided.

rlm_sub_query ~116

Make a sub-LLM call on a chunk or filtered context. Core of recursive pattern.

NameTypeReqDescription
chunk_indexOptional: specific chunk index
context_namestringyesContext identifier to query against
modelModel to use (provider-specific defaults apply)
providerstringLLM provider - 'auto', 'ollama', or 'claude-sdk'. 'auto' prefers Ollama if available (free local inference)
querystringyesQuestion/instruction for the sub-call

Structured output declared, but exposes no named fields.

No examples provided.

rlm_sub_query_batch ~118

Process multiple chunks in parallel. Respects concurrency limit to manage system resources.

NameTypeReqDescription
chunk_indicesarrayyesList of chunk indices to process
concurrencyintegerMax parallel requests (default 4, max 8)
context_namestringyesContext identifier
modelModel to use (provider-specific defaults apply)
providerstringLLM provider - 'auto', 'ollama', or 'claude-sdk'
querystringyesQuestion/instruction for each sub-call

Structured output declared, but exposes no named fields.

No examples provided.

rlm_system_check ~61

Check if system meets requirements for Ollama with gemma3:12b. Verifies: macOS, Apple Silicon (M1/M2/M3/M4), 16GB+ RAM, Homebrew installed. Use before attempting Ollama setup.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the io.github.egoughnour/massive-context-mcp server?

io.github.egoughnour/massive-context-mcp is listed in the public MCP registry as io.github.egoughnour/massive-context-mcp. Handles 10M+ token contexts with chunking, sub-queries, and local Ollama inference. This page covers its PyPI package (massive-context-mcp).

Is the io.github.egoughnour/massive-context-mcp server safe to use?

io.github.egoughnour/massive-context-mcp scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.egoughnour/massive-context-mcp server expose?

io.github.egoughnour/massive-context-mcp exposes 17 tools: rlm_system_check, rlm_setup_ollama, rlm_setup_ollama_direct, rlm_ollama_status, rlm_load_context, and 12 more. Their descriptions and schemas cost roughly 1,406 tokens of context every time the server is loaded.

Is the io.github.egoughnour/massive-context-mcp server still maintained?

io.github.egoughnour/massive-context-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.egoughnour/massive-context-mcp server under?

io.github.egoughnour/massive-context-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.