Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. DWAI IDE Bridge
DWAI IDE Bridge logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:21:13 PM

DWAI IDE Bridge

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).

AI Agent 与 JetBrains IDE 的桥接工具:获取光标代码上下文、诊断运行报错、执行脚本、推送 Diff 修改供开发者审批。

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "dwai-ide-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "dwai-ide-bridge"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

DWAI IDE Bridge

AI Agent 与 JetBrains IDE 的桥接工具。让 AI 助手获取光标代码上下文、诊断运行报错、执行脚本、推送 Diff 修改供开发者审批。

功能

功能说明
代码上下文获取光标位置、选中内容、附近代码(editor.get_context)
诊断报错编辑器静态错误 + Run 窗口报错信息(diagnostics.get_all)
脚本运行在 IDE 中运行脚本,捕获完整输出(run.start)
Diff 审批推送代码修改,开发者确认后生效(diff.apply)
终端交互发送命令到 IDE 终端(Terminal API)
文件操作打开/列出/保存关闭文件(file.list_open / file.open)

安装

前置要求

  • JetBrains IDE: IntelliJ IDEA 2023.3+、PyCharm 2023.3+、GoLand、WebStorm 等
  • Java: 17+

安装步骤

  1. 下载 DWAI-1.0.0.zip (或自行编译)
  2. 打开 IDE → Settings → Plugins
  3. 点击齿轮 ⚙ → Install Plugin from Disk...
  4. 选择下载的 DWAI-1.0.0.zip
  5. 重启 IDE

自行编译

bash
git clone https://github.com/guxiaodan333-source/-dwai-ide-bridge.git
cd dwai-ide-bridge
# Windows:
gradlew.bat buildPlugin
# macOS/Linux:
./gradlew buildPlugin

编译产物在 build/distributions/DWAI-1.0.0.zip

AI Agent 配置(注册 MCP 服务)

DWAI 通过 MCP 协议与 AI Agent 通信。AI Agent 需要将 DWAI 注册为 MCP 服务器才能发现和使用工具。

Hermes Agent

在配置文件 ~/.hermes/config.yaml 中添加:

yaml
mcpServers:
  dwai-ide-bridge:
    url: http://127.0.0.1:8765/mcp

或通过命令行注册:

bash
hermes mcp add dwai-ide-bridge --url http://127.0.0.1:8765/mcp

Claude Code / Claude Desktop

在 claude_desktop_config.json 中添加:

config.json
{
  "mcpServers": {
    "dwai-ide-bridge": {
      "url": "http://127.0.0.1:8765/mcp"
    }
  }
}

Cursor

在 Cursor 设置中启用 MCP 服务器,地址填:

Code
http://127.0.0.1:8765/mcp

验证

配置完成后,AI Agent 即可通过 MCP 调用 DWAI 的所有工具:

json
// 查看可用工具列表
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list"
}

返回应包含 10 个工具:editor.get_context、diagnostics.get_all、run.start、diff.apply 等。

使用方式

插件安装后自动在 127.0.0.1:8765 启动 HTTP + MCP 服务。

MCP 协议(推荐)

AI Agent 可直接通过 MCP JSON-RPC 协议调用:

json
// 查询光标位置和代码上下文
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "editor.get_context",
    "arguments": { "radius": 10 }
  }
}
json
// 推送代码修改供审批
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "diff.apply",
    "arguments": {
      "files": [{
        "path": "/path/to/file.py",
        "modified": "修改后的完整文件内容",
        "description": "修改说明"
      }]
    }
  }
}

可用工具列表:

工具参数说明
editor.get_contextradius (默认 20)获取光标位置 + 选中 + 附近代码 + 项目信息
diagnostics.get_all—编辑器静态错误 + 运行报错摘要
diagnostics.get_full_output—Run 窗口完整输出
editor.inserttext在光标处插入代码
run.startfile_path在 IDE 中运行脚本(非阻塞)
diff.applyfiles:[{path, modified, description, skip_review}]推送代码修改供审批
diff.get_pending—查询待审批的 diff
file.list_open—列出 IDE 中打开的文件
file.openfile_path, line在 IDE 中打开文件
file.save_closepaths (可选)保存并关闭文件

HTTP API(备选)

Code
GET  /api/cursor          — 光标位置
GET  /api/code?radius=10  — 光标附近代码
GET  /api/selection       — 选中内容
GET  /api/project         — 项目信息
GET  /api/problems        — 编辑器静态错误
GET  /api/run-output      — 运行记录
GET  /api/open-files      — 打开的文件列表
POST /api/apply-diff      — 推送代码修改
POST /api/terminal/exec   — 执行终端命令
GET  /api/health          — 健康检查

Diff 审批流程

  1. AI Agent 调用 diff.apply 推送修改
  2. IDE 右下角弹出 DWAI Changes 对话框
  3. 开发者可逐条 ✓ 接受 或 ✕ 拒绝
  4. 也可使用 "接受全部" / "拒绝全部"
  5. 点击文件名可查看详细对比

DWAI Changes 对话框

提示: 测试文件、调试脚本等非核心修改可设置 skip_review: true 跳过审批。

环境变量

变量默认值说明
DWAI_PORT8765HTTP 服务端口

构建

bash
# 编译
./gradlew buildPlugin

# 清理
./gradlew clean

# 本地调试(启动测试 IDE)
./gradlew runIde

项目结构

Code
src/main/kotlin/com/dwai/idebridge/
├── DwaiPlugin.kt              # 插件入口
├── api/                       # 接口定义
├── bridge/                    # 核心逻辑(Diff/VFS/PSI)
├── executor/                  # 执行器(编辑器/终端/运行)
├── handler/                   # HTTP 路由处理
├── impl/                      # 接口实现
├── inspector/                 # 检查器(编辑器/项目/报错/符号)
├── mcp/                       # MCP 协议服务
├── model/                     # 数据模型
├── ui/                        # 对话框 UI
└── util/                      # 工具类

License

MIT

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Cursor Delegate logoCursor Delegate

    Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.

    💻 Developer Tools0 views
    Compare vs Cursor Delegate →
  • Flutter Skill logoFlutter Skill

    AI E2E testing bridge — give AI eyes and hands inside any app. 8 platforms, 40+ tools.

    💻 Developer Tools1 views
    Compare vs Flutter Skill →
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    💻 Developer Tools0 views
    Compare vs Labelhead Artist Momentum →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about DWAI IDE Bridge

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dwai-ide-bridge": { "command": "npx", "args": ["-y", "DWAI IDE Bridge"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDWAI IDE Bridge AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dwai-ide-bridge?style=directory)](https://allmcps.com/mcp/dwai-ide-bridge)
HTML Embed
<a href="https://allmcps.com/mcp/dwai-ide-bridge"><img src="https://allmcps.com/api/badge/dwai-ide-bridge?style=directory" alt="DWAI IDE Bridge on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
31Quality signal: Emerging · 31/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to DWAI IDE Bridge →Install in Claude DesktopInstall in CursorInstall in VS Code