MemoCat — Shared AI Memory for Zed
io.github.montygovernance/memocat-mcp
One shared, persistent memory across AI agents and systems, with semantic recall and live updates.
client:Zed
transport:stdio
runtime:pypi
Install MemoCat — Shared AI Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"memocat-mcp": {
"command": "uvx",
"args": [
"memocat-mcp"
],
"env": {
"MONTYCAT_URI": "<MONTYCAT_URI>",
"MONTYCAT_TLS": "<MONTYCAT_TLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs