Debug MCP
D

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.
2 points
5.3K

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 errors

Main 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

Installation

Copy the following command to your Client for configuration
{
     "mcpServers": {
       "python-debug": {
         "command": "uv",
         "args": ["run", "mcp-debug-server", "--workspace", "${workspaceFolder}"],
         "env": {"PYTHONUNBUFFERED": "1"}
       }
     }
   }

{
  "mcpServers": {
    "python-debug": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/Debug-MCP",
        "run",
        "mcp-debug-server",
        "--workspace",
        "${workspaceFolder}"
      ],
      "env": {
        "PYTHONUNBUFFERED": "1"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
8.7K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
8.4K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.2K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
8.6K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
6.5K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
9.6K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
7.7K
4 points
U
Uniprof
Uniprof is a tool that simplifies CPU performance analysis. It supports multiple programming languages and runtimes, does not require code modification or additional dependencies, and can perform one-click performance profiling and hotspot analysis through Docker containers or the host mode.
TypeScript
8.3K
4.5 points
N
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
18.9K
4.5 points
M
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
32.2K
5 points
G
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
21.7K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
63.1K
4.3 points
U
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#
27.0K
5 points
F
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
57.6K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
42.2K
4.8 points
G
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
19.9K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase