dotnet-dump-mcp

frankbolero/dotnet-dump-mcp
★ 9 stars C# 🤖 AI/LLM Updated 25d ago
🤖 An AI-native MCP server for .NET memory dump investigations. Leverage LLMs (Claude/Gemini) to analyze heaps, threads, and exceptions using natural language. Built with ClrMD, token-efficient paging, and Docker support for cross-architecture (.NET/AMD64/ARM64) post-mortem analysis.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotnet-dump-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "frankbolero/dotnet-dump-mcp"
      ]
    }
  }
}

Topics

ai-debuggingclrmdcsharpdebuggingdiagnosticsdotnetllm-toolsmcp-servermemory-dumpmodel-context-protocolpost-mortem-analysistroubleshooting