up-mcp-bridge

grupoultra/up-mcp-bridge
★ 0 stars TypeScript 🔒 Security Updated 1d ago
Remote proxy for MCP with auto-reconnect support. Fork of mcp-remote with transparent server restart handling.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "up-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "grupoultra/up-mcp-bridge"
      ]
    }
  }
}

README Excerpt

Connect an MCP Client that only supports local (stdio) servers to a Remote MCP Server, with auth support: **Note: this is a working proof-of-concept** but should be considered **experimental**. So far, the majority of MCP servers in the wild are installed locally, using the stdio transport. This has some benefits: both the client and the server can implicitly trust each other as the user has granted them both permission to run. Adding secrets like API keys can be done using environment variables

Tools (1)

exactTool