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

OpenClawDreams: A Dream Simulator Extension for OpenClaw Agents
OpenClawDreams is an extension that adds a background reflection process and nightly dream cycle to OpenClaw agents. It captures encrypted conversation summaries to a local SQLite database, processes them during background cycles, and generates consolidated insights that get pushed into the agent's persistent memory.

Nutrition MCP Server Built with Claude Code for Food Diary Export
A developer built a nutrition MCP server using Claude Code after commercial apps blocked data export, creating a tool that logs meals via Claude, generates summaries, and exports to Excel without switching apps.

Open-source solo RPG engine uses three Claude instances for parsing, narration, and direction
EdgeTales is an open-source text-based solo RPG engine where dice mechanics determine outcomes and Claude AI generates atmospheric prose. The system uses three Claude instances in a pipeline: Brain (Haiku) for parsing input to JSON, Narrator (Sonnet) for writing prose, and Director (Haiku) for async scene analysis.

Introducing Lean Collab: A Multi-Agent Orchestrator for Long-Running LLM Tasks
Lean Collab is an open-source orchestrator designed to manage long-running LLM tasks using coordinated, parallel sub-agents.