Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"debugmcp": {
"command": "npx",
"args": [
"-y",
"microsoft/DebugMCP"
]
}
}
}
Run in terminal:
claude mcp add debugmcp npx -y microsoft/DebugMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"debugmcp": {
"command": "npx",
"args": [
"-y",
"microsoft/DebugMCP"
]
}
}
}