Skip to content
Zed

Monet for Zed

io.github.team-monet/monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

client:Zed transport:stdio runtime:npm

Install Monet 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": {
    "monet": {
      "command": "npx",
      "args": [
        "-y",
        "@team-monet/monet"
      ],
      "env": {
        "MONET_STORAGE_DIR": "<MONET_STORAGE_DIR>"
      }
    }
  }
}

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

Monet in other clients