Remote coding MCP server for ChatGPT Web with Bearer auth and automated Cloudflare Tunnel provisioning
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"
]
}
}
}
Run in terminal:
claude mcp add remote_connect_mcp go run github.com/Prodigalgal/remote_connect_mcp@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote_connect_mcp": {
"command": "go",
"args": [
"run",
"github.com/Prodigalgal/remote_connect_mcp@latest"
]
}
}
}