Skip to content
Zed

mnemo for Zed

io.github.dancenitra/mnemo

Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.

client:Zed transport:stdio runtime:pypi

Install mnemo 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": {
    "mnemo": {
      "command": "uvx",
      "args": [
        "agora-mnemo"
      ],
      "env": {
        "MNEMO_PATH": "<MNEMO_PATH>",
        "MNEMO_ECHO_GUARD": "<MNEMO_ECHO_GUARD>",
        "MNEMO_EMBED_URL": "<MNEMO_EMBED_URL>",
        "MNEMO_EMBED_MODEL": "<MNEMO_EMBED_MODEL>"
      }
    }
  }
}

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

mnemo in other clients