mcpbeat Sign in

Ganado Bridge MCP Server

local only

Ganado Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Local Mac tools plus outbound pairing for the Ganado Bridge managed relay preview.

Installs / week
not published
0
Stars
0 open issues
21 Sep 2026
Last commit
from GitHub
MIT
License
JavaScript

What the code does

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

Runs an external command agent/src/processes.mjs:38
    const child = spawn(executable, args, { cwd: target === 'local' ? cwd : this.home,
   const file=path.join(dir,entry.name);
Dumps the whole environment agent/src/processes.mjs:36
    const env = Object.fromEntries(Object.entries(process.env).filter(([key]) =>

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

Alternatives to Ganado Bridge

same job, measured the same way
TypeSafe MCP
by renwang-huang

Host-neutral MCP bridge for TypeSafe AI Jev judgments with typed review, routing, and gate tools.

local only
Foundry/API
by angelus213

Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

answering
Browser Game
by opengameapp

Local tools for planning and validating focused browser-game prototypes.

33 installs/wk local only
Claude Bridge
by constripacity

Durable local-first MCP relay for independent coding agents.

297 installs/wk local only
Neurakeep
by dominiclachance

Local-first, source-cited memory for AI agents with proposal review, failure memory, and MCP tools.

26 installs/wk local only
Funplay Godot MCP
by funplayai

stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.

110 installs/wk local only
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

25 installs/wk local only
DaVinci Resolve Local Bridge MCP
by airta-admin

Control DaVinci Resolve from any AI assistant. 215 MCP tools covering the full Resolve API.

273 installs/wk local only

Ganado Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Ganado Bridge?
Ganado Bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Ganado Bridge open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.