Enterprise DNA
M MCP Servers Developer low

magna-nz/aspnetcore-debugger-mcp

by Various

MCP server that lets AI agents (Claude, Cursor) debug your .NET / ASP.NET Core app

M

MCP

magna-nz/aspnetcore-debugger-mcp

Added 1 June 2026

#ai #ai-agent #aspnetcore #csharp #debug #debug-adapter-protocol #debugging #diagnostics

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_launch
  • debug_attach
  • debug_disconnect
  • debug_state
  • debug_continue
  • debug_pause
  • debug_step
  • breakpoint_wait
  • breakpoint_set
  • breakpoint_set_function
  • breakpoint_set_exception
  • breakpoint_set_data
  • breakpoint_remove
  • breakpoint_list
  • threads_list
  • stacktrace_get
  • variables_get
  • variables_set
  • evaluate
  • stack_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
Free 27-page guide

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.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks