Claude-IDE-Bridge Now Works on Remote Servers for AI-Assisted Development

The Claude-IDE-Bridge, previously demonstrated for mobile use, now extends to remote servers, enabling Claude AI to connect to code hosted on VPS or cloud machines. This works with tools like VS Code Remote-SSH, Cursor SSH, or headless servers, allowing Claude to access your development environment from any location.
Key Features
- Your server's live diagnostics, open files, and test failures can be accessed by Claude on your laptop, desktop application, or phone
- No need to copy files or paste and explain—Claude can see the remote workspace directly
- You can start a session from one device and hand it off to a colleague using their own Claude instance on the same bridge
Setup Options
Remote-SSH (Full Tools): Install the VS Code or Cursor extension on your VPS. This provides every IDE feature remotely, including LSP hover info, call hierarchies, debugger state, and test runner output, similar to local development.
Headless VPS (No GUI): Run claude-ide-bridge --bind 0.0.0.0, obtain the token with print-token, and configure Claude to connect with the generated MCP token. This setup allows file reads, git operations, terminal access, and diagnostics without requiring a traditional IDE.
Technical Details
The bridge is flexible and doesn't depend on where your code is located—it simply connects Claude to whatever editor you're using. The solution is free, open-source, and compatible with VS Code, Windsurf, Cursor, Antigravity, and Codex.
The project was built using Claude Code, which wrote the TypeScript bridge server, VS Code extension, and test suite across multiple iterative rounds. It's available on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

Developer Achieves Sub-Second STT/TTS Latency with Local Whisper and Coqui-TTS Servers
A developer has open-sourced local server implementations for Whisper STT and Coqui TTS that achieve ~0.2s speech-to-text and ~250ms text-to-speech latency, enabling conversational AI agents without cloud dependencies.

Claude Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.

Graph Compose: Hosted Temporal Workflows with Visual Builder and AI
Graph Compose is a hosted platform for orchestrating API workflows on Temporal, letting you define workflows as JSON graphs with three building methods: a React Flow visual builder, a TypeScript SDK, and an AI assistant that converts plain English to graphs.

Measuring Off-Task Token Spend in Claude Code: The 'Undeclared-Intent' Metric
A developer built a metric to quantify compute spent on unintended execution paths in Claude Code sessions, finding that 22.8% of tokens went to off-task work.