Skip to content
Claude Desktop

Doc Bridge for Claude Desktop

io.github.agentskit-io/doc-bridge

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

client:Claude Desktop transport:stdio runtime:npm

Install Doc Bridge in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Doc Bridge in other clients