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
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.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.