Skip to content
Zed

dear agent for Zed

io.github.bitmapasset/dear-agent

Your AI agent keeps your diary for you. Local-first, private, works in any agent.

client:Zed transport:stdio runtime:npm

Install dear agent 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": {
    "dear-agent": {
      "command": "npx",
      "args": [
        "-y",
        "dear-agent"
      ],
      "env": {
        "DEAR_AGENT_DIR": "<DEAR_AGENT_DIR>"
      }
    }
  }
}

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

dear agent in other clients