Submit

Exocortex

@fuwasegu

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)

Tools

Server Config

{
  "mcpServers": {
    "exocortex": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/fuwasegu/exocortex",
        "exocortex",
        "--mode",
        "proxy",
        "--ensure-server"
      ]
    }
  }
}
Β© 2025 MCP.so. All rights reserved.

Build with ShipAny.