alexandria

notloganmartinson/alexandria
★ 0 stars Python AI/LLM Updated today
Open-source MCP server and local-first vector db for compiling offline research libraries. Enables advance frontends (Claude, Goose, ChatGPT) to discover and ingest technical data, while providing local RAG retrieval for both cloud and offline LLMs
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": {
    "alexandria": {
      "command": "uvx",
      "args": [
        "alexandria"
      ]
    }
  }
}

Or install with pip: pip install alexandria

README Excerpt

Alexandria is an enterprise-grade, privacy-first knowledge graph and retrieval-augmented generation (RAG) engine. It is designed to act as a local knowledge vault for researchers and AI agents, fusing semantic vector search with multi-hop graph routing to retrieve highly dense context that traditional RAG systems fail to surface.