mcp debugger for VS Code
io.github.digital-defiance/mcp-debugger
Node.js and TypeScript debugging with 25+ tools for AI agents
client:VS Code
transport:stdio
runtime:npm
Install mcp debugger in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-debugger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs