Skip to content
Zed

mnemograph for Zed

io.github.tm42/mnemograph

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

client:Zed transport:stdio runtime:pypi

Install mnemograph in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mnemograph": {
      "command": "uvx",
      "args": [
        "mnemograph"
      ],
      "env": {
        "MEMORY_PATH": "<MEMORY_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mnemograph in other clients