cortrix

cortrix/cortrix
★ 49 stars C++ AI/LLM Updated 5d ago
Agent-first semantic data infrastructure: durable, queryable memory and document understanding for AI agents. Hybrid retrieval (P-HNSW vector + BM25 full-text), cross-namespace semantic query, SPC ingestion pipeline, MCP server & Python SDK. AGPL-3.0.
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": {
    "cortrix": {
      "command": "npx",
      "args": [
        "-y",
        "cortrix/cortrix"
      ]
    }
  }
}