memorymesh for Zed
io.github.sparkvibe-io/memorymesh
Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.
client:Zed
transport:stdio
runtime:pypi
Install memorymesh in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memorymesh": {
"command": "uvx",
"args": [
"memorymesh"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs