A pluggin hosts on visual studio 2026. The plugin setups a mcp server local, which make projects debugable by agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vsdebugmcp": {
"command": "npx",
"args": [
"-y",
"wuxinmao2008/VsDebugMcp"
]
}
}
}
Run in terminal:
claude mcp add vsdebugmcp npx -y wuxinmao2008/VsDebugMcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"vsdebugmcp": {
"command": "npx",
"args": [
"-y",
"wuxinmao2008/VsDebugMcp"
]
}
}
}