mcpbeat Sign in

Doc Bridge MCP Server

local only

Doc Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 1 858 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 5 560 · avg 1 039 · -79% w/w
a month agotoday
1 858
Installs / week
npm · @agentskit/doc-bridge
7
Stars
22 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const result = spawnSync(cmd, [...args], { cwd, encoding: 'utf8' })

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add doc-bridge -- npx -y @agentskit/doc-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "doc-bridge": {
      "args": [
        "-y",
        "@agentskit/doc-bridge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.doc-bridge]
command = "npx"
args = ["-y", "@agentskit/doc-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "doc-bridge": {
      "args": [
        "-y",
        "@agentskit/doc-bridge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "doc-bridge": {
      "args": [
        "-y",
        "@agentskit/doc-bridge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Doc Bridge

same job, measured the same way
Unswell
by stokaro

Offline self-checking to reduce AI-style wording in source code and documentation.

local only
Hermes Action Bridge
by thebluehouse75

Delegate real-world actions from Claude Code, Codex, and other agents to Hermes Agent.

82 installs/wk local only
Omen
by panbanda

Multi-language code analysis for complexity, debt, hotspots, ownership, and defect prediction

local only
C
NVIDIA CUDA Docs
by nvidia-ngc-nsight-copilot-api

Search NVIDIA CUDA documentation and code samples from AI coding agents.

answering
AARF Utility Network
by qolapps

Paid AI utilities for web comparison, code checks, document extraction, security, and research.

15 tools answering
Omni Scanner
by pantheon-ladderworks

Codebase observatory with 56+ scanners for git health, architecture, and documentation.

109 installs/wk local only
Openiban
by pipeworx-io

OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the

33 tools answering
Dora Register Lint
by jmshinhwa

24 checks on the register CSV before it reaches the supervisor — LEI check digits, ISO dates and cod

274 installs/wk local only

Doc Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Doc Bridge?
Doc Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @agentskit/doc-bridge was installed 1 858 times last week.
How do I connect Doc Bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @agentskit/doc-bridge straight from npm; nothing to host, nothing to sign up for.
How many people use Doc Bridge?
The npm package @agentskit/doc-bridge was installed 1 858 times in the last week. Week over week that is -79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Doc Bridge open source?
Yes — it is published under the MIT licence, written in TypeScript, 7 stars on GitHub and 22 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.