Skip to content
Cursor

memkeeper for Cursor

io.github.teflon07/memkeeper

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

client:Cursor transport:stdio runtime:oci

Install memkeeper in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

memkeeper in other clients