PluginBench
MCP Server

ASP.NET Core Debugger — MCP Server for AI Agents MCP Server

io.github.magna-nz/aspnetcore-debugger-mcp

What is the ASP.NET Core Debugger — MCP Server for AI Agents MCP server?

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

How to install ASP.NET Core Debugger — MCP Server for AI Agents

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aspnetcore-debugger-mcp": {
      "command": "dnx",
      "args": [
        "AspNetCoreDebuggerMcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aspnetcore-debugger-mcp": {
      "command": "dnx",
      "args": [
        "AspNetCoreDebuggerMcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aspnetcore-debugger-mcp": {
      "command": "dnx",
      "args": [
        "AspNetCoreDebuggerMcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aspnetcore-debugger-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "AspNetCoreDebuggerMcp"
      ]
    }
  }
}
Claude Code
claude mcp add aspnetcore-debugger-mcp -- dnx AspNetCoreDebuggerMcp

Related MCP servers

Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.

View repository →