69
/ 100
16 days ago
glama

rag-mcp

Enables ingestion and semantic search over text documents using PostgreSQL + pgvector and OpenAI-compatible embeddings, allowing any LLM agent to retrieve relevant chunks for grounded answers.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: EMBEDDINGS_API_KEY, GOOGLE_WEB_CLIENT_SECRET
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.
configDATABASE_URL"": "postgresql://postgres:postgres@localhost:5432/rag" } } } }
configEMBEDDINGS_PROVIDER
configEMBEDDINGS_API_BASE/ EMBEDDINGS_API_KEY / EMBEDDINGS_MODEL, EMBED_DIM
🔐 secretEMBEDDINGS_API_KEYcp .env.example .env # set
configEMBEDDINGS_MODELEMBEDDINGS_API_BASE / EMBEDDINGS_API_KEY / , EMBED_DIM
configEMBED_DIMEMBEDDINGS_API_BASE / EMBEDDINGS_API_KEY / EMBEDDINGS_MODEL,
configCHUNK_SIZE, CHUNK_OVERLAP, and MCP_TRANSPORT (stdio http).
configCHUNK_OVERLAPCHUNK_SIZE, , and MCP_TRANSPORT (stdio http).
configMCP_TRANSPORTCHUNK_SIZE, CHUNK_OVERLAP, and (stdio http).
configMCP_HOST
configMCP_PORT
configMCP_BASE_URL
configGOOGLE_WEB_CLIENT_ID
🔐 secretGOOGLE_WEB_CLIENT_SECRET
configGOOGLE_ALLOWED_EMAILS
// 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/nextlevelmanagementadvisors-rag-mcp-kfniex)](https://m8ven.ai/mcp/nextlevelmanagementadvisors-rag-mcp-kfniex)
commit: 462edae23c0ecb150a6da672ddd91841f09d9300
code hash: 55744f2ec0703bae585510c4165dcc744f72b0cbdde168d2b0b24c737ffbb986
verified: 7/15/2026, 8:38:43 AM
view raw JSON →