Skip to content
Windsurf

memex for Windsurf

io.github.kioie/memex

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

client:Windsurf transport:stdio runtime:oci

Install memex in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

memex in other clients