Doc Bridge is a Model Context Protocol (MCP) server: Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code. In practice that means any MCP-compatible AI assistant can call Doc Bridge's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the npm package @agentskit/doc-bridge speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v1.2.6, published under the MIT license, with source at AgentsKit-io/doc-bridge on GitHub.
Doc Bridge is listed under Development on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Doc Bridge for AgentsKit-io, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — @agentskit/doc-bridge · MCP over stdio
▸Open source — MIT license · AgentsKit-io/doc-bridge