← Back to Plugins
MCP Server MCP

ASP.NET Core Debugger — MCP Server for AI Agents

github By github 👁 1 views ▲ 0 votes

MCP server giving AI agents interactive .NET / ASP.NET Core debugging via netcoredbg + DAP.

Homepage Verified source GitHub

Install

nuget:[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "nuget",
      "registryBaseUrl": "https://api.nuget.org/v3/index.json",
      "identifier": "AspNetCoreDebuggerMcp",
      "version": "1.2.0",
      "runtimeHint": "dnx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol nuget

Comments

Sign in to leave a comment

Loading comments...