Doc Bridge
Rank #3,183io.github.AgentsKit-io/doc-bridge
Resolve documentation ownership, edit roots, checks, and human handoffs before an agent edits code.
Doc Bridge is a Model Context Protocol (MCP) server published by AgentsKit-io. It ranks #3,183 of 132,113 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Doc Bridge is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 13, 2026 and most recently updated on Aug 3, 2026.
Ranks ahead of 128,930 of 132,113 servers on MCP Toplist.
Use Doc Bridge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add doc-bridge -- npx -y @agentskit/doc-bridge mcp[mcp_servers.doc-bridge]
command = "npx"
args = ["-y", "@agentskit/doc-bridge", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"doc-bridge": {
"command": "npx",
"args": [
"-y",
"@agentskit/doc-bridge",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"doc-bridge": {
"command": "npx",
"args": [
"-y",
"@agentskit/doc-bridge",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"doc-bridge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentskit/doc-bridge",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"doc-bridge": {
"command": "npx",
"args": [
"-y",
"@agentskit/doc-bridge",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"doc-bridge": {
"command": "npx",
"args": [
"-y",
"@agentskit/doc-bridge",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AgentsKit-io%2Fdoc-bridge)<a href="https://mcptoplist.com/server/io.github.AgentsKit-io%2Fdoc-bridge"><img src="https://mcptoplist.com/badge/io.github.AgentsKit-io%2Fdoc-bridge.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AgentsKit-io
Other servers by AgentsKit-io
View all AgentsKit-io servers →Available versions (2)
| Version | Published |
|---|---|
| 1.2.6 | Aug 3, 2026 |
| 1.2.4 | Jul 22, 2026 |
Frequently asked questions
- Who maintains Doc Bridge?
- Doc Bridge is maintained by AgentsKit-io, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Doc Bridge listed on the Official MCP Registry?
- Yes — Doc Bridge is listed on the Official MCP Registry, alongside Glama.
- How many versions does Doc Bridge have?
- MCP Toplist tracks 2 versions of Doc Bridge, most recently published on Aug 3, 2026.
- Where can I find the source code for Doc Bridge?
- The source code for Doc Bridge is hosted at github.com/AgentsKit-io/doc-bridge.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.