Skip to content
Cline

memkeeper for Cline

io.github.teflon07/memkeeper

Local-first memory for AI agents: on-device hybrid retrieval over a single SQLite file.

client:Cline transport:stdio runtime:oci

Install memkeeper 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

{
  "mcpServers": {
    "memkeeper": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/teflon07/memkeeper:0.5.3"
      ]
    }
  }
}

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

memkeeper in other clients