xocortex β an MCP server that gives your AI persistent memory across ALL your projects.
β’ Semantic search recalls past solutions by meaning
β’ Knowledge graph connects related insights
β’ 100% local, no API keys
Went deep into cognitive science for this:
π₯ Frustration Indexing (Somatic Marker Hypothesis)
β Painful debugging sessions get PRIORITY recall. Those 3-hour bugs? Never forgotten.
π΄ Sleep/Dream Mechanism
β Background consolidation links & deduplicates memories. Like how human sleep organizes memory.
Tech stack:
β’ MCP (Cursor/Claude native)
β’ KΓΉzuDB (graph + vector in one embedded DB)
β’ fastembed (local embeddings)
Server Config
{
"mcpServers": {
"exocortex": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/fuwasegu/exocortex",
"exocortex",
"--mode",
"proxy",
"--ensure-server"
]
}
}
}