mcp-remote-bridge

lozit/mcp-remote-bridge
★ 0 stars Go AI/LLM Updated today
Make a local stdio MCP server reachable from a remote agent: wrap it into a service and expose it through a tunnel, with a verified health probe. macOS + Cloudflare Tunnel, Go single binary.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-remote-bridge": {
      "command": "go",
      "args": [
        "run",
        "github.com/lozit/mcp-remote-bridge@latest"
      ]
    }
  }
}

README Excerpt

> **What** — a small Go tool that makes a local **stdio** MCP server reachable from a remote agent, by automating the wrap-in-a-service + expose-through-a-tunnel setup people do today by hand. > **For** — anyone running local stdio MCP servers (starting with the users of `mcp-standardnotes`, `mcp-freestyle`, `mcp-nightscout`) who wants a VPS-hosted agent to reach them.