dnspy-mcp

Finot3/dnspy-mcp
★ 3 stars C# 💻 Code/Dev Tools Updated today
Provide a modular MCP server in C# for .NET reverse engineering with reflection-based tools and structured output in the dnSpy/ILSpy ecosystem.
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": {
    "dnspy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Finot3/dnspy-mcp"
      ]
    }
  }
}

Topics

anti-debugbinary-analysiscsharpdecompilerdnspydotneticsharpcode-decompilermalware-analysismcpmodel-context-protocolobfuscationpe-analysisreverse-engineeringstatic-analysis