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

✍️ OpenClawRadar📅 Published: March 18, 2026🔗 Source
Claude-IDE-Bridge Now Works on Remote Servers for AI-Assisted Development
Ad

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
Ad

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

Ad

👀 See Also

Google Releases Sashiko: AI Code Review Agent for Linux Kernel Patches
Tools

Google Releases Sashiko: AI Code Review Agent for Linux Kernel Patches

Google engineers have open-sourced Sashiko, an agentic AI code review system designed for the Linux kernel. It found 53% of bugs in an unfiltered set of 1,000 recent upstream issues that were missed by human reviewers.

OpenClawRadar
Zoku: A Tool That Automatically Detects Repeated Workflows in Claude Code
Tools

Zoku: A Tool That Automatically Detects Repeated Workflows in Claude Code

Zoku is a local tool that hooks into Claude Code's event system to record tool actions across sessions, identifies repeated workflow patterns, and then informs Claude about these patterns so it can proactively suggest or execute them. It requires no configuration, has no dependencies, and stores everything locally in ~/.zoku/.

OpenClawRadar
Hipocampus: A Persistent Memory System for AI Agents Using Compaction Trees
Tools

Hipocampus: A Persistent Memory System for AI Agents Using Compaction Trees

Hipocampus addresses the problem of AI agents forgetting context between sessions by implementing a compaction tree that compresses conversation history through five levels: raw → daily → weekly → monthly → root, with a topic index called ROOT.md.

OpenClawRadar
md-redline: GUI tool for reviewing and handing off markdown docs to Claude
Tools

md-redline: GUI tool for reviewing and handing off markdown docs to Claude

md-redline is an open-source tool that lets you open markdown files in a GUI, leave inline comments stored as HTML markers in the .md file, and hand back off to Claude for updates. It runs locally with no account, cloud, or database required.

OpenClawRadar