71
/ 100
12 days ago
glama

MCP-RAGNAR

A local RAG server that enables document indexing and sentence window retrieval across multiple file formats like PDF, MD, and DOCX. It supports both local Hugging Face models and OpenAI embeddings for efficient context-aware querying through the Model Context 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 1 credential: OPENAI_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.
🔐 secretOPENAI_API_KEYWith OpenAI embedding endpoint (put your in env)
configEMBED_ENDPOINT(Optional) Path to an OpenAI compatible embedding endpoint (ends with /v1). If not set, a local Hugging Face model is used by default.
configEMBED_MODEL(Optional) Name of the embedding model to use. Default value of BAAI/bge-large-en-v1.5.
configINDEX_ROOTThe root directory for the index, used by the retriever. This is mandatory for MCP (Multi-Cloud Platform) querying.
configMCP_DESCRIPTIONThe exposed name and description for the MCP server, used for MCP querying only. This is mandatory for MCP querying. For example: "RAG to my local personal documents"
// 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/bixentemal-mcp-ragnar-m6hq0g)](https://m8ven.ai/mcp/bixentemal-mcp-ragnar-m6hq0g)
commit: 6e39b67a6da61940ee0fa2db70ee4e7a1b766864
code hash: ad72cc939e2b3d59dc8d26e9151f01a3e26d8a9c812ccfc7a35c53e381e89421
verified: 6/17/2026, 12:11:54 PM
view raw JSON →