mcpbeat Sign in

Bridgeguard MCP Server

local only

Bridgeguard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 4 Aug 2026.

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

Installs per day peak 15 · avg 4 · -38% w/w
a month agotoday
54
Installs / week
npm · bridgeguard-mcp
0
Stars
4 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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.

            UPDATE insurance_fund
            SET total_balance = total_balance + $1,
            const ret = new Function(getStringFromWasm0(arg0, arg1));
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
            result = subprocess.run(cmd, shell=True, capture_output=True, text=True, cwd=self.project_root, timeout=120)
Executes code built at runtime src/infra/agents/orchestrator.py:45
            module = __import__(module_name)
        "input": "0x6080346100b757601f610afb38819003918201601f19168301916001600160401b038311848410176100bb5780849260409485528339810103126100b757610052602061004b836100cf565b92016100cf565b6001600160a01b03918216919082156100a5571680156100a55760048054600380546001600160a01b031916909317…
                  placeholder="https://hooks.slack.com/services/..."
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/deploy-testnet.yml:126
            --rpc-url ${{ secrets.SEPOLIA_RPC_URL || 'https://rpc.sepolia.org' }} \

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 bridgeguard-mcp -- npx -y bridgeguard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bridgeguard-mcp": {
      "args": [
        "-y",
        "bridgeguard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bridgeguard-mcp]
command = "npx"
args = ["-y", "bridgeguard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bridgeguard-mcp": {
      "args": [
        "-y",
        "bridgeguard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bridgeguard-mcp": {
      "args": [
        "-y",
        "bridgeguard-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bridgeguard MCP

same job, measured the same way
Vaultguard MCP
by kota1026

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

25 installs/wk local only
Helixar Security
by helixar

Security tools for AI agents: scan MCP servers, validate HDP delegation chains, audit releases.

2 tools answering
Smartguard MCP
by kota1026

SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...

25 installs/wk local only
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
Electron MCP Server
by yawlabs

Electron.js MCP server — IPC scaffolding, security auditing, build tooling for AI assistants

1 337 installs/wk local only
Inkog
by inkog-io

Security co-pilot for AI agents. Scan for vulnerabilities, audit MCP servers, verify governance.

228 installs/wk local only

Bridgeguard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bridgeguard MCP?
Bridgeguard MCP 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 bridgeguard-mcp was installed 54 times last week.
How do I connect Bridgeguard MCP?
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 bridgeguard-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bridgeguard MCP?
The npm package bridgeguard-mcp was installed 54 times in the last week. Week over week that is -38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bridgeguard MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.