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

Gemma 4 26B vs Qwen 3.5 27B: Local Business Workflow Benchmark on RTX 4090
A developer tested Gemma 4 26B and Qwen 3.5 27B on an RTX 4090 workstation for 18 real business operator tasks. Gemma won 13-5, showing faster speed and better discipline for daily execution work, while Qwen excelled at broader strategic thinking.

SourceBridge: Open-source tool for codebase analysis using local LLMs
SourceBridge is an open-source tool that indexes Git repositories into symbol graphs and uses local LLMs to generate codebase summaries, architecture walkthroughs, and learning materials. It supports multiple local backends including Ollama, llama.cpp, vLLM, LM Studio, and SGLang via OpenAI-compatible APIs.

OpenObscure: Open-Source On-Device Privacy Firewall for AI Agents
OpenObscure is an open-source, on-device privacy firewall that sits between AI agents and LLM providers, using FF1 Format-Preserving Encryption to encrypt PII values before requests leave your device. It includes PII detection with 99.7% recall, cognitive firewall scanning, and runs on macOS/Linux/Windows with iOS/Android bindings.

Manifest Router Adds ZAI Subscription Support for OpenClaw Model Management
Manifest router now supports ZAI subscriptions, allowing all ZAI models to appear in routing tiers with automatic model selection per request. The tool is in beta, free, open source, and includes a dashboard for tracking costs per agent, message, and model.