magna-nz/aspnetcore-debugger-mcp
by Various
MCP server that lets AI agents (Claude, Cursor) debug your .NET / ASP.NET Core app
MCP
magna-nz/aspnetcore-debugger-mcp
Added 1 June 2026
Overview
An MCP server that enables AI agents like Claude and Cursor to debug .NET and ASP.NET Core applications. It provides a bridge between AI tools and the .NET debugger, allowing agents to inspect state, set breakpoints, and step through code.
Best for
Best for
.NET developers who want to debug applications using AI agents like Claude or Cursor
Use cases
- Debugging .NET applications via natural language commands in Claude or Cursor
- Inspecting variable values and call stacks during AI-assisted development
- Automating breakpoint management and step-through debugging in CI workflows
How to use
Install
dotnet tool install -g AspNetCoreDebuggerMcp --prerelease Tools exposed
debug_launchdebug_attachdebug_disconnectdebug_statedebug_continuedebug_pausedebug_stepbreakpoint_waitbreakpoint_setbreakpoint_set_functionbreakpoint_set_exceptionbreakpoint_set_databreakpoint_removebreakpoint_listthreads_liststacktrace_getvariables_getvariables_setevaluatestack_explore
Tested with
Claude Desktop, Claude Code
Example client config
{\n "mcpServers": {\n "aspnetcore-debugger": {\n "command": "aspnetcore-debugger-mcp"\n }\n }\n} Notes
An MCP server that enables AI agents like Claude and Cursor to debug .NET and ASP.NET Core applications. It provides a bridge between AI tools and the .NET debugger, allowing agents to inspect state, set breakpoints, and step through code.
4 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Debugging .NET applications via natural language commands in Claude or Cursor
- Inspecting variable values and call stacks during AI-assisted development
- Automating breakpoint management and step-through debugging in CI workflows
Pros
- Integrates AI agents directly with .NET debugging workflows
- Open source with a permissive license for customization
- Lightweight C# implementation with minimal dependencies
Cons
- Requires running an MCP-compatible AI agent (Claude, Cursor) to function
- Limited to .NET / ASP.NET Core applications only
- Small community and limited documentation due to low star count
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Integrates AI agents directly with .NET debugging workflows
- Open source with a permissive license for customization
- Lightweight C# implementation with minimal dependencies
Cons
- Requires running an MCP-compatible AI agent (Claude, Cursor) to function
- Limited to .NET / ASP.NET Core applications only
- Small community and limited documentation due to low star count
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.