67
/ 100
3 days ago
glama

rag-mcp

A RAG service based on FastMCP that enables document indexing and retrieval (keyword/vector search) through the MCP protocol.

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
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: EMBEDDING_API_KEY, MULTIMODAL_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configRAG_MCP_DATA_DIR.rag_mcp_data 索引数据目录
configHTTP_HOST127.0.0.1 SSE 模式监听地址(sse 模式有效)
configHTTP_PORT8787 SSE 模式监听端口(sse 模式有效)
🔐 secretEMBEDDING_API_KEY编辑 .env,至少填入 (vector 搜索必需)
configEMBEDDING_DIMENSION自动检测 向量维度(可选)
configEMBEDDING_TIMEOUT_SECONDS30 请求超时秒数
configDEFAULT_TOP_K5 默认返回结果数
configKEYWORD_TOP_K8 关键词检索候选数
configCHUNK_SIZE800 分块大小(字符数)
configCHUNK_OVERLAP120 分块重叠(字符数)
🔐 secretMULTIMODAL_API_KEY
configMULTIMODAL_BASE_URL
configMULTIMODAL_MODEL
configMCP_TRANSPORTstdio 传输模式:stdio 或 sse
// 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 6 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/ma-fee-rag-mcp-rdk7iq)](https://m8ven.ai/mcp/ma-fee-rag-mcp-rdk7iq)
commit: 7c17cb3e70bb55b2ffcada4afcc545da26b52b02
code hash: e5292605cc8f6921579e530a4b00f87156a5230e0ed7cf3d03485c7e5fe22dd2
verified: 6/21/2026, 10:32:05 AM
view raw JSON →