← Discover MCPs and Agents
c
MCPAI & MLGitHub

claude-ide-bridge

MCP bridge giving Claude Code full IDE integration — 25+ tools for LSP, debugging, terminals, Git, GitHub, diagnostics, and more. Works with VS Code, Windsurf, Cursor, and Antigravity.

Links

README

From the repo.

[!WARNING] This repository has moved. Active development continues at Oolab-labs/patchwork-os — same code, broader product. Please update your bookmarks, stars, and forks. New issues, PRs, and discussions: open them on patchwork-os.


Moved to patchwork-os

📦 claude-ide-bridge → patchwork-os

This package has been renamed and expanded. Install the new package:

npm install -g patchwork-os

This repository is preserved for history and existing reference links. New development happens in patchwork-os.

Collected info

  • ★ 38 stars
  • ⎇ 7 forks
  • Language: TypeScript
  • Source updated: 7/5/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.