mcp-netcoredbg
Verified Safeby AerialByte
Overview
Enables AI agents to debug .NET applications by setting breakpoints, stepping through code, and inspecting variables, including hot reload support and method invocation.
Installation
node /path/to/mcp-netcoredbg/dist/index.jsSecurity Notes
The server's core functionality involves launching and attaching debuggers to .NET applications, and invoking arbitrary methods. This inherently allows execution of user-provided .NET code and evaluation of expressions within the debuggee. While the server itself appears to handle internal parsing and child process execution parameters (like project names) safely, the fundamental power of the tool means that if an AI agent is compromised or instructed to run malicious .NET code, it can lead to code execution on the host machine. The README explicitly warns about this, stating 'Only use this with code you trust. Do not debug untrusted applications.' There are no obvious hardcoded secrets or direct network attack surfaces beyond standard I/O for the MCP protocol.
Similar Servers
mcp_flutter
Connects Flutter applications with AI coding assistants to enable real-time debugging, UI inspection, and dynamic tool interaction for development workflows.
gdb-mcp-server
Provides an AI-assisted debugging server for GDB using the Model Context Protocol, enabling AI agents to interact with and control GDB sessions.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.
csharp-lsp-mcp
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.