Skip to content
Zed

Doc Bridge for Zed

io.github.agentskit-io/doc-bridge

Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code.

client:Zed transport:stdio runtime:npm

Install Doc Bridge in Zed

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

{
  "context_servers": {
    "doc-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@agentskit/doc-bridge"
      ]
    }
  }
}

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

Doc Bridge in other clients