Skip to content

dingdawg governance for Zed

io.github.dingdawg/dingdawg-governance

Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.

client:Zed transport:stdio runtime:npm

Install dingdawg governance 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": {
    "dingdawg-governance": {
      "command": "npx",
      "args": [
        "-y",
        "dingdawg-governance"
      ],
      "env": {
        "DINGDAWG_API_KEY": "<DINGDAWG_API_KEY>"
      }
    }
  }
}

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

dingdawg governance in other clients