Skip to content
Zed

dreamd for Zed

io.github.botzrdev/dreamd

Local-first, cross-harness memory for AI coding agents.

client:Zed transport:stdio runtime:npm

Install dreamd in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "dreamd": {
      "command": "npx",
      "args": [
        "-y",
        "dreamd-mcp"
      ]
    }
  }
}

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

dreamd in other clients