Skip to content
Zed

memento protocol for Zed

io.github.myrakrusemark/memento-protocol

Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.

client:Zed transport:stdio runtime:npm

Install memento protocol 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": {
    "memento-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "memento-mcp"
      ],
      "env": {
        "MEMENTO_API_KEY": "<MEMENTO_API_KEY>",
        "MEMENTO_API_URL": "<MEMENTO_API_URL>",
        "MEMENTO_WORKSPACE": "<MEMENTO_WORKSPACE>"
      }
    }
  }
}

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

memento protocol in other clients