Skip to content
Cline

memex for Cline

io.github.kioie/memex

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

client:Cline transport:stdio runtime:oci

Install memex in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

memex in other clients