0
/ 100
1 month ago
glama

RLM-Mem MCP Server

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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Hardcoded credentials detected
1 live-looking API key in source: 1 GitHub PAT (classic)
🚨
Known vulnerabilities in dependencies: 2 critical, 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 4 credentials: ANTHROPIC_API_KEY, RLM_COMMERCIAL_LICENSE_KEY, OPENROUTER_API_KEY, API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 critical2 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@2.1.8GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

criticalvitest@2.1.8GHSA-9crc-q9x8-hgqq

Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening

high@modelcontextprotocol/sdk@1.0.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretANTHROPIC_API_KEYexport =sk-ant-...
configRLM_CACHE_TTL5m Cache TTL (5m or 1h)
configRLM_MAX_RESULT_TOKENS4000 Max tokens in result
configRLM_MODELx-ai/grok-code-fast-1 Model for RLM processing
configRLM_USE_CACHEtrue Enable prompt caching
🔐 secretRLM_COMMERCIAL_LICENSE_KEY(empty) Commercial license key for revenue sharing
configRLM_ORGANIZATION_NAME(empty) Organization name for commercial licensing
configRLM_ENABLE_TELEMETRYfalse Enable usage telemetry for license compliance
🔐 secretOPENROUTER_API_KEYexport =sk-or-...
configRLM_AGGREGATOR_MODELx-ai/grok-code-fast-1 Model for final aggregation
configRLM_MAX_CHUNK_TOKENS8000 Max tokens per chunk
configRLM_OVERLAP_TOKENS200 Overlap tokens between chunks
configRLM_BASE_TIMEOUT
configRLM_PER_FILE_TIMEOUT
configRLM_MAX_TIMEOUT
configRLM_SEMANTIC_MULTIPLIER
configRLM_MAX_ITERATIONS
configRLM_MIN_ITERATIONS
configRLM_MAX_FAILURES
configRLM_REQUIRE_TOOL_EXECUTION
configRLM_MAX_FILE_SIZE
configRLM_MAX_TOTAL_TOKENS
configRLM_USE_PROMPT_CACHE
configRLM_PROMPT_CACHE_TTL
configRLM_TRACK_CACHE_USAGE
configRLM_USE_PREFILLED
configRLM_LICENSE_SERVER_URL
configENVIRONMENT
🔐 secretAPI_KEY
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/mosif16-rlm-mem-mcp-1d1kna)](https://m8ven.ai/mcp/mosif16-rlm-mem-mcp-1d1kna)
commit: 593c3a202844bf24ec8e5838df6bded369fc2718
code hash: 62db4e84a7c1082ba94e9b32d4811a25ef1853f33dd02114c161e7ca3ab95bdd
verified: 6/21/2026, 10:22:33 AM
view raw JSON →