data-ai MCP Server
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.
Discovered via github-topic:mcp and last synced 3mo ago.
1. Install the package
npx claude-ide-bridge
2. Add to claude_desktop_config.json
{
"mcpServers": {
"claude-ide-bridge": {
"command": "npx",
"args": [
"claude-ide-bridge"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
12
`getDiagnostics`, `getDocumentSymbols`, `getOpenEditors`, `contextBundle`, `watchDiagnostics`
Expand command allowlist for VPS use
`findFiles`, `getFileTree`, `searchWorkspace`, `searchAndReplace`, `createFile`, `editText`
`goToDefinition`, `findReferences`, `getCallHierarchy`, `getHover`, `explainSymbol`
`getCodeCoverage`, `auditDependencies`, `detectUnusedCode`, `generateTests`, `getSecurityAdvisories`
Port (auto-detected from lock files)
`runInTerminal`, `getTerminalOutput`, `runCommand`, `runVSCodeTask`, `listVSCodeTasks`
Enable Claude subprocess orchestration
Count
6
What it does
Session preservation window across disconnects
`runClaudeTask`, `listClaudeTasks`, `getClaudeTaskStatus`, `cancelClaudeTask`
Default
Description