Skip to content
Claude Desktop

memex for Claude Desktop

io.github.iamtouchskyer/memex

Zettelkasten-based agent memory system with bidirectional links

client:Claude Desktop transport:stdio runtime:npm

Install memex 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": {
    "memex": {
      "command": "npx",
      "args": [
        "-y",
        "@touchskyer/memex"
      ],
      "env": {
        "MEMEX_HOME": "<MEMEX_HOME>"
      }
    }
  }
}

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

memex in other clients