Debug MCP
A tool that provides Python breakpoint debugging capabilities through the MCP protocol, supporting CLI and AI assistant integration, and implementing production-level debugging functions using the DAP protocol.
rating : 2 points
downloads : 4.5K
What is Debug-MCP?
Debug-MCP is a Python debugging tool that exposes professional debugging capabilities to AI assistants (such as VS Code Copilot) through the Model Context Protocol (MCP). It allows you to set breakpoints, inspect variables, and step through code without leaving the chat interface, just like using the debugger of a professional IDE.How to use Debug-MCP?
Debug-MCP provides two ways to use it: 1) Interact directly with the AI assistant through VS Code Copilot Chat to debug code; 2) Conduct interactive debugging through the command-line tool. You need to install the tool first, then configure the MCP server connection in VS Code, and then you can request debugging operations in the chat.Applicable Scenarios
Debug-MCP is particularly suitable for the following scenarios: • Quickly debug code snippets in AI assistants • Understand the execution flow of complex code • Inspect runtime variable values • Teach and learn Python programming • Quickly troubleshoot code logic errorsMain Features
Professional Debugging Based on DAP
Use Microsoft's debugpy to implement production-level debugging, supporting real breakpoint debugging, step-by-step execution, and variable inspection without polluting the Python environment.
Breakpoint Debugging
Set breakpoints at any code line. The program will automatically pause when it reaches that line, allowing you to inspect the variable state and execution context at that time.
Step-by-Step Execution
Supports step into, step over, and step out operations, allowing you to track the code execution flow line by line.
Variable Inspection
View all local and global variables and their values at breakpoints, supporting limited expansion of nested objects and collections.
Session Management
Each debugging task is carried out in an independent session without interference with each other, supporting timeout protection and resource limits.
Dual Interface
It can be integrated with AI assistants through the MCP server or used for interactive debugging through the command-line tool.
Safe Execution
The code runs in a sandboxed subprocess with strict timeout, memory, and path access limits to protect your system security.
Advantages
Debug code without leaving the chat interface, improving development efficiency
Based on the industry-standard DAP protocol, with powerful and reliable debugging capabilities
The code runs in an independent process without polluting your Python environment
Automatically use the Python interpreter and dependencies of the target project
Have strict execution limits to prevent damage caused by malicious code
Support complex step operations and variable inspection
Limitations
Currently only supports Python script files, not modules or pytest tests
Does not support multi-threaded debugging
Variable inspection has depth and size limits (maximum 2 levels of nesting, 50 elements)
Requires VS Code Copilot Chat or a compatible MCP client
The configuration process requires some technical knowledge
How to Use
Install the Tool
Clone the repository and install the Debug-MCP tool. You need to install the uv package manager first.
Configure VS Code Copilot
Configure the MCP server in VS Code to allow Copilot to access the debugging tool.
Configure the MCP Server
Add the Debug-MCP server settings to the configuration file, specifying the tool path and workspace.
Restart VS Code
Restart VS Code to make the configuration take effect, and then you can use the debugging function in Copilot Chat.
Start Debugging
Use the @workspace command in Copilot Chat to request debugging operations.
Usage Examples
Debug Function Logic Errors
When a function returns unexpected results, set breakpoints to inspect intermediate variable values.
Understand Complex Loops
Step through complex loops to observe the changes in each iteration.
Inspect API Response Handling
Set breakpoints in the API response handling code to inspect the data structure.
Debug Conditional Branches
Check why the program enters the wrong branch.
Frequently Asked Questions
Is Debug-MCP safe? Will it execute malicious code?
Do I need to install Python or specific dependencies?
Why choose DAP instead of the traditional bdb debugger?
Can I debug multi-threaded or asynchronous code?
How can I view deeply nested variables?
How long will a debugging session last?
Can I use it without VS Code?
Which Python versions are supported?
Related Resources
VS Code Setup Guide
Detailed configuration steps for VS Code Copilot integration
Quick Start Guide
Examples of CLI and API usage
Complete Specification Document
Detailed functional specification description
Development Guide
Project development, testing, and contribution guide
Roadmap
Function planning for future versions
GitHub Repository
Project source code and issue tracking
debugpy Project
Microsoft's Python debugger implementation
MCP SDK
Model Context Protocol Python SDK

Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.5K
4.5 points

Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
28.1K
5 points

Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
18.2K
4.3 points

Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
53.1K
4.3 points

Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
22.7K
5 points

Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
50.4K
4.5 points

Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.1K
4.5 points

Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
74.5K
4.7 points