Skip to main content
Glama
egoughnour

Massive Context MCP

by egoughnour

Related Servers

Alternatives to Massive Context MCP

No user-submitted related servers found.

    Related Servers

    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      An MCP server implementing Recursive Language Models (RLM) to process arbitrarily large contexts through a programmatic probe, recurse, and synthesize loop. It enables LLMs to perform multi-step investigations and evidence-backed extraction across massive file sets without being limited by standard context windows.
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      An MCP server implementing the TRUE Recursive Language Model technique for managing large context windows in Claude Code, enabling analysis of codebases beyond 200k tokens by storing content as variables and using LLM-generated code for search and analysis.
      -
    • A
      license
      Not graded
      quality
      A
      maintenance
      MCP server that lets Claude analyze huge files (logs, dumps, etc.) via a sandboxed Python REPL and recursive language models, keeping content out of the prompt. Zero-setup with Claude Code login, Docker sandbox by default, and tools for loading, searching, chunking, and querying large contexts.
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP server that enables AI to read, search, and edit local files securely without external data exposure, using local LLMs via Ollama and integrating with Open WebUI or Claude Desktop.
      -
    • A
      license
      A
      quality
      D
      maintenance
      MCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.
      7
      100
      MIT

    TDQS

    A3.8/5.0

    Scored across 17 tools

    Disambiguation4/5

    Most tools have distinct purposes (load, inspect, filter, chunk, analyze). However, the two setup tools (rlm_setup_ollama and rlm_setup_ollama_direct) are very similar and could confuse an agent, and auto_analyze overlaps somewhat with sub_query in using LLMs.

    Naming Consistency5/5

    All tools follow a consistent 'rlm_verb_noun' pattern in snake_case. Verbs are descriptive and uniform (load, inspect, list, filter, chunk, get, store, etc.), with no mixing of conventions.

    Tool Count5/5

    17 tools is well-scoped for managing large contexts, chunking, analysis, and system integration. Each tool serves a clear role; the count is not excessive nor too sparse.

    Completeness4/5

    Covers the majority of expected operations: loading, inspecting, filtering, chunking, analyzing, storing results, and system checks. Missing an explicit way to delete or combine contexts, but core workflows are covered.

    Maintenance

    ActivityNo data
    ResponsivenessNo issues