Back to Home
AerialByte icon

mcp-netcoredbg

Verified Safe

by 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

Run Command
node /path/to/mcp-netcoredbg/dist/index.js

Security 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

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2026-01-19

Tags

Debugging.NETAI AgentDevelopmentHot Reload