mcpbeat Sign in

Remote Bridge MCP Server

local only

Remote Bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 51 installs a week from npm. Last commit 4 Apr 2026.

Sync code to remote servers via SSH/rsync and deploy from any AI IDE.

Installs per day peak 28 · avg 7 · -36% w/w
a month agotoday
51
Installs / week
npm · remote-bridge-cli
5
Stars
0 open issues
4 Apr 2026
Last commit
0 releases in 90 days
License
Rust

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call sync_to_remote.target → src/mcp.rs:302
        let output = std::process::Command::new("rsync").args(&args).output()?;
Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions src/executor.rs:175, [пакет] src/executor.rs:175
            "chmod 777", "chmod -r",         // permission changes
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 a command on install [пакет] package.json:1
postinstall: node scripts/install.js
const child = spawn(binaryPath, process.argv.slice(2), { stdio: 'inherit' });

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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

Alternatives to Remote Bridge

same job, measured the same way
IBM Code Engine MCP Server
by markusvankempen

Deploy to IBM Code Engine from Cursor, Copilot, Claude & Cline. Build, push, deploy via MCP.

62 installs/wk local only
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only
Github Gist
by ofershap

MCP server to create, read, update, list, and search GitHub Gists from your IDE

38 installs/wk local only
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
Hostinger SSH MCP
by ohvenkat

MCP server for connecting Claude Code to a Hostinger VPS via SSH

25 installs/wk local only
ahel
by ahel

Your apps, skills, MCP servers and keys from ahel.ai, served to Claude, ChatGPT, Cursor and Codex.

answering
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only

Remote Bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for Remote Bridge?
Remote 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 remote-bridge-cli was installed 51 times last week.
How do I connect Remote 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 remote-bridge-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Remote Bridge?
The npm package remote-bridge-cli was installed 51 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Remote Bridge open source?
We cannot say either way: written in Rust and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.