ASP.NET Core Debugger — MCP Server for AI Agents for Windsurf
io.github.magna-nz/aspnetcore-debugger-mcp
MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.
client:Windsurf
transport:stdio
runtime:nuget
Install ASP.NET Core Debugger — MCP Server for AI Agents in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"aspnetcore-debugger-mcp": {
"command": "dnx",
"args": [
"AspNetCoreDebuggerMcp",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs