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
6.1K

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

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
5.4K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
6.3K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
5.5K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
5.6K
4 points
P
Paperbanana
Python
7.9K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
6.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
6.7K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
6.7K
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
20.7K
4.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
25.1K
4.3 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
36.1K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
73.9K
4.3 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
64.8K
4.5 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#
33.1K
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
50.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
22.3K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase