muninn

rdnpradipta/muninn
★ 0 stars Python AI/LLM Updated today
Page-citable RAG knowledge base + MCP server for personal research PDFs
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "muninn": {
      "command": "uvx",
      "args": [
        "muninn"
      ]
    }
  }
}

Or install with pip: pip install muninn

README Excerpt

Named after Odin's raven of memory. From research PDFs → chunked at page level → embedded (`BAAI/bge-small-en-v1.5`) → Qdrant vector DB → served over MCP so any future Claude session (desktop, web, phone) can query the corpus **with exact `filename, p. N` citations** — no re-reading, no chat-context cost.

Tools (3)

MUNINN_PATH_TOKENQDRANT_API_KEYQDRANT_URL