Skip to content
Claude Desktop

Inkwell for Claude Desktop

io.github.veronchenko/inkwell-memory

Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links

client:Claude Desktop transport:stdio runtime:oci

Install Inkwell in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "inkwell-memory": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/foreigndmitryi/inkwell-memory:0.14.0"
      ],
      "env": {
        "INKWELL_DATA_PATH": "<INKWELL_DATA_PATH>",
        "INKWELL_ENABLE_DASHBOARD": "<INKWELL_ENABLE_DASHBOARD>"
      }
    }
  }
}

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

Inkwell in other clients