74
/ 100
20 days ago
glama

RAG MCP Gateway

A smart proxy that aggregates multiple downstream MCP servers and enables natural language search for tools, allowing clients like Claude Desktop to discover and use tools through semantic queries.

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
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: GEMINI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high1 low

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

high@modelcontextprotocol/sdk@1.25.3GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

lowuuid@13.0.0GHSA-w5hq-g745-h8pq

uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided

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.
configCONFIG_PATH_OVERRIDE
🔐 secretGEMINI_API_KEYRequired for Enrichment. API Key for Google Generative AI. -
configRAG_MCP_BASE_DIRBase directory for all relative paths. process.cwd()
configRAG_MCP_CONFIG_PATHPath to the downstream servers config file. BASE_DIR/config.json
configRAG_MCP_DB_PATHPath to the Orama persistence folder. BASE_DIR/data/orama_db
configRAG_MCP_EMBEDDING_MODELRequired if Dense enabled. Transformers.js model for generating vector embeddings. -
configRAG_MCP_ENABLE_DENSEEnable semantic vector search (Dense retrieval). true
configRAG_MCP_ENABLE_LLMEnable LLM enrichment (summaries and questions) during indexing. false
configRAG_MCP_ENABLE_RERANKEREnable the cross-encoder reranking stage. true
configRAG_MCP_ENABLE_SPARSEEnable full-text keyword search (Sparse retrieval). true
configRAG_MCP_GENERATIVE_MODELRequired if LLM enabled. Google Gemini model for tool enrichment. -
configRAG_MCP_LOGGING_ENABLEDSet to true to enable debug logging to the log file. false
configRAG_MCP_LOG_PATHPath to the debug log file. BASE_DIR/rag-mcp.log
configRAG_MCP_REBUILD_INDEXSet to true to force a full re-index on every startup. false
configRAG_MCP_RERANKING_MODELRequired if Reranker enabled. Transformers.js model for second-stage reranking. -
configRAG_MCP_SEARCH_THRESHOLDMinimum relevance score (0.0 to 1.0) for search results. 0.85
// 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 5 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/aniliou-85-rag-mcp-1lwb6b)](https://m8ven.ai/mcp/aniliou-85-rag-mcp-1lwb6b)
commit: 0dcf493d10fa763dd9e92fda6b5abbd6d7679298
code hash: 37ae22940e0572c62e40c5dd5f2690a971d6b257a494e24e57c1eae13e44c9bd
verified: 6/22/2026, 12:48:23 PM
view raw JSON →