Skip to content
VS Code

Doc Bridge for VS Code

io.github.agentskit-io/doc-bridge

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

client:VS Code transport:stdio runtime:npm

Install Doc Bridge in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Doc Bridge in other clients