Claude IDE Bridge: WebSocket Tool for Real-Time IDE Access

What This Is
claude-ide-bridge is a WebSocket bridge that lets Claude Code access your IDE's internal state in real time. While most MCP tools provide Claude with file access, this bridge connects Claude directly to the IDE itself.
Key Features
- Live diagnostics
- Go-to-definition functionality
- Find references
- Type hovering
- File opening
- Breakpoint management
- Debugger state streaming
All the information you rely on while coding is streamed directly to Claude.
Development Process
Most of the 25+ tools were built iteratively with Claude Code running the test suite, catching regressions, and navigating its own codebase through the bridge as it evolved. This recursive workflow only makes sense once the system is operational.
Setup Process
Setting it up is a simple three-step process:
- Install the companion extension
- Start the bridge
- Open Claude
After that, Claude can navigate your codebase as you do, running tests, checking diagnostics, committing changes, and creating pull requests, all without needing to copy and paste.
Compatibility
The bridge is compatible with Antigravity, VS Code, Windsurf, and Cursor.
The tool is free and open source, available on GitHub at https://github.com/Oolab-labs/claude-ide-bridge.
📖 Read the full source: r/ClaudeAI
👀 See Also

PromoClock: Timezone Tracker for Claude's 2x Off-Peak Hours Built with Claude 4.6
A developer built PromoClock.co, a free tool that automatically converts Claude's "5-11am PT / 12-6pm GMT" 2x off-peak promo hours to local time, using Claude 4.6 to handle timezone logic, Next.js 15 setup, and UI design.

TextForge: A Claude Code-built email approval tool for LLM workflows
A developer built TextForge using Claude Code to automate email workflows with mandatory approval gates, preventing LLMs from sending emails without explicit permission. The tool integrates with Pipedrive CRM and required Google CASA2 security audit compliance.

OpenClaw-superpowers adds reliability features for operational failure modes
The openclaw-superpowers repository has expanded with eight new reliability-focused skills including deployment preflight checks, cron execution proofing, session reset recovery, and MCP auth lifecycle management. These additions bring the total to 60 skills, with 44 being OpenClaw-native and 23 designed for cron scheduling.

MCP Server for Local XMind Mind Map Files Released
A developer has published an MCP server that provides 22 tools for reading and writing local XMind mind map files. The server works with MCP-compatible AI clients like Claude Desktop and Cursor.