Skip to content
Claude Desktop

mnemograph for Claude Desktop

io.github.tm42/mnemograph

Event-sourced knowledge graph memory for AI coding agents with semantic search

client:Claude Desktop transport:stdio runtime:pypi

Install mnemograph 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": {
    "mnemograph": {
      "command": "uvx",
      "args": [
        "mnemograph"
      ],
      "env": {
        "MEMORY_PATH": "<MEMORY_PATH>"
      }
    }
  }
}

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

mnemograph in other clients