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.
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"
]
}
}
}
Run in terminal:
claude mcp add cortrix npx -y cortrix/cortrix
Add to .cursor/mcp.json:
{
"mcpServers": {
"cortrix": {
"command": "npx",
"args": [
"-y",
"cortrix/cortrix"
]
}
}
}