Nexus-Brain

SiWarlock/Nexus-Brain
★ 0 stars Unknown language AI/LLM Updated today
Local-first RAG memory & reasoning engine for your whole code portfolio. Hybrid retrieval (dense + BM25) + reranking + whole-file hydration over per-project LanceDB indexes, fused with a federated code graph, answered with a grounding gate that cites every claim to file:line. Ships as a desktop app + MCP server. Pluggable local/cloud models.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nexus-brain": {
      "command": "npx",
      "args": [
        "-y",
        "SiWarlock/Nexus-Brain"
      ]
    }
  }
}