saxxon66/VS-Code-Debugger-MCP-Server-Proxy
Open source proxy that connects stdio-based AI assistants (like Roo Code) to the VS Code Debugger MCP Server extension. Enables debugging features for AI tools by translating stdio requests to HTTP/SSE for seamless Visual Studio Code integration.
Platform-specific configuration:
{
"mcpServers": {
"VS-Code-Debugger-MCP-Server-Proxy": {
"command": "npx",
"args": [
"-y",
"VS-Code-Debugger-MCP-Server-Proxy"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...