.NET Debugger for MCP
Rank #5,776io.github.nevse/dotnet-debugger-mcp
Give an AI agent a real .NET debugger: breakpoints, stepping, locals, expression evaluation.
.NET Debugger for MCP is a Model Context Protocol (MCP) server published by nevse. It ranks #5,776 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. .NET Debugger for MCP is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Aug 15, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 126,270 of 132,046 servers on MCP Toplist.
Use .NET Debugger for MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dotnet-debugger-mcp -- dnx DotnetDebugger.Mcp[mcp_servers.dotnet-debugger-mcp]
command = "dnx"
args = ["DotnetDebugger.Mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dotnet-debugger-mcp": {
"command": "dnx",
"args": [
"DotnetDebugger.Mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dotnet-debugger-mcp": {
"command": "dnx",
"args": [
"DotnetDebugger.Mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dotnet-debugger-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"DotnetDebugger.Mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dotnet-debugger-mcp": {
"command": "dnx",
"args": [
"DotnetDebugger.Mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dotnet-debugger-mcp": {
"command": "dnx",
"args": [
"DotnetDebugger.Mcp"
]
}
}
}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.nevse%2Fdotnet-debugger-mcp)<a href="https://mcptoplist.com/server/io.github.nevse%2Fdotnet-debugger-mcp"><img src="https://mcptoplist.com/badge/io.github.nevse%2Fdotnet-debugger-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nevse
Available versions (6)
| Version | Published |
|---|---|
| 0.5.0 | Sep 15, 2026 |
| 0.4.0 | Sep 3, 2026 |
| 0.3.0 | Aug 20, 2026 |
| 0.2.0 | Aug 19, 2026 |
| 0.1.1 | Aug 16, 2026 |
| 0.1.0 | Aug 15, 2026 |
Frequently asked questions
- Who maintains .NET Debugger for MCP?
- .NET Debugger for MCP is maintained by nevse, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is .NET Debugger for MCP listed on the Official MCP Registry?
- Yes — .NET Debugger for MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does .NET Debugger for MCP have?
- MCP Toplist tracks 6 versions of .NET Debugger for MCP, most recently published on Sep 15, 2026.
- Where can I find the source code for .NET Debugger for MCP?
- The source code for .NET Debugger for MCP is hosted at github.com/nevse/dotnet-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.