frankbolero/dotnet-dump-mcp
🤖 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.
Platform-specific configuration:
{
"mcpServers": {
"dotnet-dump-mcp": {
"command": "npx",
"args": [
"-y",
"dotnet-dump-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...