Skip to main content
Glama

mcp-bridge (mcpb)

A local stdio MCP Server that bridges any remote Streamable HTTP MCP server to your MCP client (Claude Desktop, Cursor, VS Code, WorkBuddy, …) with zero changes to the remote side.

  • Transport normalization — clients only need stdio support.

  • Network traversal — optional outbound HTTP proxy for restricted/corporate networks.

  • Zero-change bridging — the remote server needs no modification.

CLI command: mcpb. Repo: github.com/Slothtron/mcp-bridge.

Install

From GitHub (npm installs directly from the repo; the prebuilt binary is fetched from GitHub Releases at install time — no npm publish needed):

# MUST pin a tag that matches a GitHub Release (vX.Y.Z)
npm install github:Slothtron/mcp-bridge#v0.1.0
# or run without installing:
npx github:Slothtron/mcp-bridge#v0.1.0 --remote https://example.com/mcp

Note: the installer downloads mcpb-<os>-<arch> from the GitHub Release matching this package's version. When installing from git, pin a tag (e.g. #v0.1.0); installing the default branch only works if its package.json version has a matching Release.

Via Go (no npm needed):

go install github.com/Slothtron/mcp-bridge@latest

Related MCP server: @qelos/better-mcp

Usage

mcpb --remote https://example.com/mcp
mcpb --remote https://example.com/mcp --proxy http://corp-proxy:8080
mcpb --remote https://example.com/mcp --header "Authorization: Bearer <TOKEN>"

MCP Client config

{
  "command": "mcpb",
  "args": [
    "--remote", "https://example.com/mcp",
    "--proxy", "http://corp-proxy:8080",
    "--header", "Authorization: Bearer <TOKEN>"
  ]
}

For npx, set "command": "npx" and "args": ["github:Slothtron/mcp-bridge#v0.1.0", "--remote", "https://example.com/mcp"].

Flags

Flag

Required

Description

Default

--remote

yes

Remote Streamable HTTP MCP server URL

--proxy

no

Outbound HTTP proxy URL

HTTP_PROXY / HTTPS_PROXY

--header

no

Outbound request header (repeatable)

MCPB_HEADERS env

Header values support ${VAR} placeholders resolved from the environment at runtime (fail-fast if unset).

See TECHNICAL_DESIGN.md for the full design.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

  • Official remote MCP server bridge for Muumuu Domain.

  • MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Slothtron/mcp-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server