Back to MCP Servers
Jetbrains Debugger Mcp Plugin
A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.
developer-toolsai
By hechtcarmel
Installation
npx -y jetbrains-debugger-mcp-pluginConfiguration
{
"mcpServers": {
"jetbrains-debugger-mcp-plugin": {
"command": "npx",
"args": ["-y", "jetbrains-debugger-mcp-plugin"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes