Skip to content
Zed

dashclaw for Zed

io.github.ucsandman/dashclaw

Policy checks, approvals, records, and governed HTTP capabilities for unattended agents.

client:Zed transport:stdio runtime:npm

Install dashclaw 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": {
    "dashclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@dashclaw/mcp-server"
      ],
      "env": {
        "DASHCLAW_URL": "<DASHCLAW_URL>",
        "DASHCLAW_API_KEY": "<DASHCLAW_API_KEY>",
        "DASHCLAW_AGENT_ID": "<DASHCLAW_AGENT_ID>"
      }
    }
  }
}

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

dashclaw in other clients