Skip to content
Zed

Dear User for Zed

io.github.bleedmode/dearuser

Tells you how you and your Claude agent actually work together. Local-only, no API keys.

client:Zed transport:stdio runtime:npm

Install Dear User in Zed

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

{
  "context_servers": {
    "dearuser": {
      "command": "npx",
      "args": [
        "-y",
        "@poisedhq/dearuser-mcp"
      ]
    }
  }
}

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

Dear User in other clients