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
{
"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