mcpbeat Sign in

ForgeBridge MCP Server

by t1ktakdev Your server? Claim it
local only

ForgeBridge runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from npm. Last commit 21 Sep 2026.

A local, permissioned MCP agent for authorized developer workstations.

Installs per day peak 112 · avg 3
a month agotoday
112
Installs / week
npm · forgebridge
1
Stars
0 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check ForgeBridge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to ForgeBridge

same job, measured the same way
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

350 installs/wk local only
Priorify
by priorify

Agent-complete, permission-scoped product operations for Priorify workspaces.

answering
MCP Gateway
by titus-civic

Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.

answering
DrissionPage MCP
by jumodada

Local browser automation for MCP clients powered by DrissionPage.

810 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
OpenAdapt Agent (openadapt-flow bridge)
by openadaptai

Local Beta bridge for governed openadapt-flow workflows and attended actions.

105 installs/wk local only
Project Lore
by tamas-fm

A local-first MCP server that routes development tasks to authoritative project documentation.

34 installs/wk local only
Badge
by payclaw

Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.

35 installs/wk local only

ForgeBridge — questions

Answers built from our own checks of this server.

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