Skip to content
Zed

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

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

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

MemoCat — Shared AI Memory in other clients