An MCP server and VS Code Extension that enables automatic debugging via breakpoints and expression evaluation across languages. It allows any LLM (e.g., Claude) to interactively debug any programming language via MCP and a VS Code Extension, providing debugging capabilities through the Model Context Protocol.
Loading more......
A GDB/MI protocol server based on MCP, providing remote debugging capabilities with AI assistants.
A MCP Server that allows AI (such as Claude) to interact with the directory structure, problems, and code files in a VS Code workspace.
An MCP server bridging debugging tools with AI systems via the Debug Adapter Protocol, enabling debugger control and enhanced workflows—showcasing developer tool integration in MCP servers.
Provides a complete interface to the Delve debugger for Go programs via the Model Context Protocol, enabling advanced debugging sessions and program state inspection. Directly relevant as an MCP server for Go debugging.
Control Android devices with AI through MCP, enabling device control, debugging, system analysis, and UI automation via a secure framework.
Enables dynamic instrumentation of mobile and desktop applications through the Frida toolkit, providing process management and debugging via MCP. A technical example of extending MCP servers for application analysis.
Category: Testing & Debugging Tools
Tags: mcp, debugging, vscode, ai-integration
claude-debugs-for-you is an MCP server and VS Code extension that enables interactive, automatic debugging for any programming language via breakpoints and expression evaluation. It allows large language models (LLMs), such as Claude, to interface with the debugging process through the Model Context Protocol (MCP), making debugging workflows accessible to AI assistants across languages.
launch.json configuration.