Odel
Cortex Memory Engine

Cortex Memory Engine

Local
@gambletan31RustMITUpdated 2mo ago

Local-first AI memory engine — 4-tier memory, people graph, Bayesian beliefs. Encrypted, 62µs.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/gambletan/cortex:v1.8.0

Run

docker run -i --rm ghcr.io/gambletan/cortex:v1.8.0

MCP client config

{
  "mcpServers": {
    "cortex-memory-engine": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/gambletan/cortex:v1.8.0"
      ]
    }
  }
}