Open-Source Claude IDE Bridge Connects Dispatch, Desktop App, and Claude Code

How the Claude IDE Bridge Works
The claude-ide-bridge serves as a shared nervous system connecting three components: Dispatch, the Claude desktop app, and Claude Code. Without it, each surface is isolated; with it, they function as one continuous system across different screens.
Practical Workflow Example
Here's a real loop showing how all three pieces work together:
- A user sends a task from their phone via Dispatch: "Start on register and login."
- The Claude desktop app on a Mac receives it and hands it to Claude Code.
- Claude Code reads the API contract and security rules from the repository, writes the routes, and runs tests.
- The bridge enables Claude Code to interact with the actual IDE throughout this process.
- When tests fail, the bridge catches live diagnostics.
- Claude Code fixes the issues and commits the changes.
- Result: Register and login endpoints were written, 8 tests were passing, and the feat/auth-routes commit was ready.
- When opening Windsurf, the bridge highlights new files in amber with live annotations directly in the editor.
- The user updates .claude-plan.md to mark register and login as complete (✓).
- Every surface reading the plan now knows those tasks are done.
Component Breakdown
- Dispatch — Sends tasks from your phone to the desktop app
- Claude desktop app — The persistent session on your Mac that stays in context
- claude-ide-bridge — Gives Claude Code real IDE access: LSP, debugger, terminals, git, GitHub (124 tools total)
Technical Details
The bridge is an open-source MCP (Model Context Protocol) bridge that connects Claude Code to your IDE. It's available under the MIT license at github.com/Oolab-labs/claude-ide-bridge.
📖 Read the full source: r/ClaudeAI
👀 See Also

Cull: Open-Source Dataset Curation Engine for AI Image Pipelines
Cull scrapes images from 340+ sources including Civitai, X/Twitter, Reddit, Discord, and booru sites, classifies them with a vision-language model via local LM Studio or Groq, and sorts into category folders with SD prompts and audit records.

Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks
Clawdex is a directory listing 18 OpenClaw-related projects across three tiers, with data on stars, language, and category tags. The project is PR-driven, requiring contributors to fork the repo, add a YAML file to /src/data/projects/, and open a pull request.

VibeIndex.ai: Searchable Hub for 90K+ AI Skills, MCPs, and Plugins with Security Scanning
A Korean AI researcher has built vibeindex.ai, a searchable hub that indexes over 90,000 AI skills, MCP servers, and plugins with hourly updates and security scanning using Cisco Skill Scanner across 17 threat categories.

SWE-rebench-V2 Released: Largest Open Multilingual Dataset for Code Agent Training
Nebius has released SWE-rebench-V2, currently the largest open dataset for training coding agents, featuring an automated pipeline for extracting RL environments at scale and designed specifically for large-scale reinforcement learning training.