Skip to content
Claude Desktop

memex for Claude Desktop

io.github.kioie/memex

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.

client:Claude Desktop transport:stdio runtime:oci

Install memex in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memex": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/kioie/memex:0.6.0"
      ],
      "env": {
        "MEMEX_DIR": "<MEMEX_DIR>",
        "MEMEX_USER_ID": "<MEMEX_USER_ID>",
        "MEMEX_HYBRID": "<MEMEX_HYBRID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

memex in other clients