ILSpy-MCP

cervonwong/ILSpy-MCP
★ 15 stars C# 🧠 Memory/Knowledge Updated 8d ago
ILSpy MCP Server (Model Context Protocol) for AI-assisted reverse-engineering of .NET binaries for autonomous Malware Analysis and Reverse Engineering.
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": {
    "ilspy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cervonwong/ILSpy-MCP"
      ]
    }
  }
}