Skip to content
Grok

remote bridge for Grok

io.github.varaprasadreddy9676/remote-bridge

Sync code to remote servers via SSH/rsync and deploy from any AI IDE.

client:Grok transport:stdio runtime:npm

Install remote bridge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "remote-bridge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "remote-bridge-cli"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

remote bridge in other clients