norag-mcp

rahgadda/norag-mcp
★ 0 stars Shell 🤖 AI/LLM Updated 1d ago
MCP Server to Reason without Embedding
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "norag-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rahgadda/norag-mcp"
      ]
    }
  }
}

README Excerpt

`norag-mcp` is a local-first stdio MCP server for building and querying a document knowledge base from local files. The project is designed to help an MCP-capable LLM client reason over documents by exposing document ingestion, normalized Markdown knowledge, document metadata, and retrieval tools through the Model Context Protocol.