remote_connect_mcp

Prodigalgal/remote_connect_mcp
★ 0 stars Go AI/LLM Updated 3d ago
Remote coding MCP server for ChatGPT Web with Bearer auth and automated Cloudflare Tunnel provisioning
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": {
    "remote_connect_mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/Prodigalgal/remote_connect_mcp@latest"
      ]
    }
  }
}