frankbolero

27 mods across 1 repository, 12 stars between them.

dndump

01

frankbolero/dotnet-dump-mcp

Skill Claude CodeCodex

Analyze a .NET memory dump (core file, .dmp) with the dndump CLI from the shell. Use whenever the task involves investigating a .NET/CLR crash dump, OOM, memory leak, hang, deadlock, or unhandled exception, or when a dump file path or dndump/SOS-style command (dumpheap, gcroot, clrstack, syncblk, pe, ...) is…

12 6d ago A 146 tokens original MIT

frankbolero/dotnet-dump-mcp

Instructions file CodexOpenCode

Instructions for frankbolero/dotnet-dump-mcp, covering claude.md, project summary, build, test, and development commands, core development and build the solution.

12 6d ago A 1,821 tokens original MIT

frankbolero/dotnet-dump-mcp

Instructions file

Instructions for frankbolero/dotnet-dump-mcp, a project described as: 🤖 An AI-native CLI Tool and 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…

12 6d ago A 5 tokens copy · 100% MIT

dumpassembly

07

frankbolero/dotnet-dump-mcp

Command

Command "dumpassembly" from frankbolero/dotnet-dump-mcp, covering dumpassembly, usage and clrmd implementation.

12 6d ago A 0 tokens original MIT

dumpheap

09

frankbolero/dotnet-dump-mcp

Command

Analyzes managed heap objects, identifies memory leaks, and traces object references.

12 6d ago A 0 tokens original MIT

dumpmodule

11

frankbolero/dotnet-dump-mcp

Command

Command "dumpmodule" from frankbolero/dotnet-dump-mcp, covering dumpmodule, usage and clrmd implementation.

12 6d ago A 0 tokens original MIT

dumpstack

14

frankbolero/dotnet-dump-mcp

Command

Helps examine thread call stacks. While clrstack is more commonly used for managed call stacks, dumpstack can also be used to inspect stack frames, including native ones.

12 6d ago A 0 tokens original MIT

eeheap

15

frankbolero/dotnet-dump-mcp

Command

Displays information about the managed heap, including memory usage for each generation (Gen 0, Gen 1, Gen 2, and Large Object Heap).

12 6d ago A 0 tokens original MIT

eestack

16

frankbolero/dotnet-dump-mcp

Command

Examines thread call stacks. Displays the merged threads stack, similar to the "Parallel Stacks" panel in Visual Studio.

12 6d ago A 0 tokens original MIT

gcroot

18

frankbolero/dotnet-dump-mcp

Command

Displays information about references (or roots) to a specified object. It helps in identifying what is keeping an object alive in the managed heap.

12 6d ago A 0 tokens original MIT

help

19

frankbolero/dotnet-dump-mcp

Command

Lists available commands or provides detailed help on a specific command.

12 6d ago A 0 tokens original MIT

ip2md

20

frankbolero/dotnet-dump-mcp

Command

Displays the MethodDesc structure at a specified address (Instruction Pointer).

12 6d ago A 0 tokens original MIT

name2ee

21

frankbolero/dotnet-dump-mcp

Command

Displays the MethodTable and MethodDesc structures for a specified method or type name.

12 6d ago A 0 tokens original MIT

syncblk

24

frankbolero/dotnet-dump-mcp

Command

Displays information about synchronization blocks (thin locks and System.Threading.Monitor instances). Useful for diagnosing deadlocks and contention issues.

12 6d ago A 0 tokens original MIT