local-mcp-rag-server

PriyankaPatilMore/local-mcp-rag-server
★ 0 stars Python AI/LLM Updated 1d ago
An offline, privacy-first Model Context Protocol (MCP) server enabling LLMs to securely query local architecture docs using Ollama and ChromaDB.
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": {
    "local-mcp-rag-server": {
      "command": "uvx",
      "args": [
        "local-mcp-rag-server"
      ]
    }
  }
}

Or install with pip: pip install local-mcp-rag-server