ASP.NET Core Debugger — MCP Server for AI Agents
Rank #3,771io.github.magna-nz/aspnetcore-debugger-mcp
MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.
ASP.NET Core Debugger — MCP Server for AI Agents is a Model Context Protocol (MCP) server published by magna-nz. It ranks #3,771 of 132,113 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. ASP.NET Core Debugger — MCP Server for AI Agents is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 7 tracked versions. It was first listed on May 24, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 128,342 of 132,113 servers on MCP Toplist.
Use ASP.NET Core Debugger — MCP Server for AI Agents
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aspnetcore-debugger-mcp -- dnx AspNetCoreDebuggerMcp[mcp_servers.aspnetcore-debugger-mcp]
command = "dnx"
args = ["AspNetCoreDebuggerMcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aspnetcore-debugger-mcp": {
"command": "dnx",
"args": [
"AspNetCoreDebuggerMcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aspnetcore-debugger-mcp": {
"command": "dnx",
"args": [
"AspNetCoreDebuggerMcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aspnetcore-debugger-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"AspNetCoreDebuggerMcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aspnetcore-debugger-mcp": {
"command": "dnx",
"args": [
"AspNetCoreDebuggerMcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aspnetcore-debugger-mcp": {
"command": "dnx",
"args": [
"AspNetCoreDebuggerMcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.magna-nz%2Faspnetcore-debugger-mcp)<a href="https://mcptoplist.com/server/io.github.magna-nz%2Faspnetcore-debugger-mcp"><img src="https://mcptoplist.com/badge/io.github.magna-nz%2Faspnetcore-debugger-mcp.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
magna-nz
Other servers by magna-nz
View all magna-nz servers →Available versions (7)
| Version | Published |
|---|---|
| 1.4.0 | Sep 8, 2026 |
| 1.3.0 | Sep 8, 2026 |
| 1.2.0 | Jun 27, 2026 |
| 1.1.1 | Jun 22, 2026 |
| 1.0.0 | Jun 1, 2026 |
| 0.1.6 | May 27, 2026 |
| 0.1.5-preview | May 25, 2026 |
Frequently asked questions
- Who maintains ASP.NET Core Debugger — MCP Server for AI Agents?
- ASP.NET Core Debugger — MCP Server for AI Agents is maintained by magna-nz, which publishes 3 MCP servers (15 total versions) tracked on MCP Toplist.
- Is ASP.NET Core Debugger — MCP Server for AI Agents listed on the Official MCP Registry?
- Yes — ASP.NET Core Debugger — MCP Server for AI Agents is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does ASP.NET Core Debugger — MCP Server for AI Agents have?
- MCP Toplist tracks 7 versions of ASP.NET Core Debugger — MCP Server for AI Agents, most recently published on Sep 8, 2026.
- Where can I find the source code for ASP.NET Core Debugger — MCP Server for AI Agents?
- The source code for ASP.NET Core Debugger — MCP Server for AI Agents is hosted at github.com/magna-nz/aspnetcore-debugger-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.