debug-mcp is a [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes .NET debugging capabilities as structured API tools. It
Debug MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. debug-mcp is a Model Context Protocol server that exposes .NET debugging capabilities as structured API tools. It allows AI assistants like Claude, GPT, or Copilot to:.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Debug MCP is connected, these are the calls the assistant has available:
Category — ToolsSession — debug_launch, debug_attach, debug_disconnect, debug_stateExecution — debug_continue, debug_pause, debug_stepBreakpoints — breakpoint_set, breakpoint_remove, breakpoint_list, breakpoint_enable, breakpoint_waitTracepoints — tracepoint_setInspection — threads_list, stacktrace_get, variables_get, evaluateMemory — object_inspect, memory_read, layout_get, references_get, members_getModules — modules_list, modules_search, types_getRequirements — The Requirements tool exposed by this serverThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Debug MCP's toolset — Category, Session, Execution and 6 more — is a fair guide to whether it matches your workflow. It is maintained by jkolo; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Debug MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Category | Tools |
| Session | debug_launch, debug_attach, debug_disconnect, debug_state |
| Execution | debug_continue, debug_pause, debug_step |
| Breakpoints | breakpoint_set, breakpoint_remove, breakpoint_list, breakpoint_enable, breakpoint_wait |
| Tracepoints | tracepoint_set |
| Inspection | threads_list, stacktrace_get, variables_get, evaluate |
| Memory | object_inspect, memory_read, layout_get, references_get, members_get |
| Modules | modules_list, modules_search, types_get |
| Requirements | The Requirements tool exposed by this server. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.