PluginBench
MCP Server
Active
MIT

Doc Bridge MCP Server

io.github.AgentsKit-io/doc-bridge

What is the Doc Bridge MCP server?

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

How to install Doc Bridge

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "doc-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@agentskit/doc-bridge",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "doc-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@agentskit/doc-bridge",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "doc-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@agentskit/doc-bridge",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "doc-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentskit/doc-bridge",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add doc-bridge -- npx -y @agentskit/doc-bridge mcp

Related MCP servers

Discover open-source AI agents and get source-owned installation instructions through MCP.

5
TypeScript
MIT
View repository →