Remote Bridge MCP Server

A safe, configurable MCP tool for giving AI agents reliable access to remote servers. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-04-04 · ★ 5 · #140 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

NOASSERTION · Rust servers · how we verify → /methodology

01 · Install Remote Bridge

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add varaprasadreddy9676-remote-bridge -- npx -y remote-bridge-cli

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "varaprasadreddy9676-remote-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "remote-bridge-cli"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package remote-bridge-cli - unscoped; check the name against the project README before installing

registry namespace io.github.varaprasadreddy9676 is GitHub-verified and matches the repo owner

03 · Who maintains Remote Bridge

remote-bridge is maintained by varaprasadreddy9676. We track 2 MCP servers from varaprasadreddy9676 - 2 actively maintained, 10 combined GitHub stars, oldest repo from Mar 2026.

04 · Facts

category
cloud infrastructure - ranked #140 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
registry
io.github.varaprasadreddy9676/remote-bridge (active, first published 2026-03-22 · 5 versions)
packages
npm:remote-bridge-cli

05 · Remote Bridge FAQ

What is Remote Bridge?

A safe, configurable MCP tool for giving AI agents reliable access to remote servers. It runs locally over stdio via the published package.

Is Remote Bridge still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-04. We re-verify nightly.

How do I install Remote Bridge?

Run `npx -y remote-bridge-cli`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Remote Bridge run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Remote Bridge