Skip to content
Claude Desktop

memkeeper for Claude Desktop

io.github.teflon07/memkeeper

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

client:Claude Desktop transport:stdio runtime:oci

Install memkeeper in Claude Desktop

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

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

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

memkeeper in other clients