Back to MCP Servers
🔌

lyonzin/knowledge-rag

MIT

](https://glama.ai/mcp/servers/lyonzin/knowledge-rag) 🐍 🏠 🍎 🪟 🐧 - Local RAG system for Claude Code with hybrid search (BM25 + semantic), cross-encoder reranking, markdown-aware chunking, query ex

PythonSearch

Install

npx -y -y knowledge-rag

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "lyonzin-knowledge-rag": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "knowledge-rag"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.