DecompilerServer

pardeike/DecompilerServer
★ 72 stars C# 💻 Code/Dev Tools Updated 15d ago
A powerful MCP (Model Context Protocol) server for decompiling and analyzing .NET assemblies, with specialized support for Unity's Assembly-CSharp.dll files. DecompilerServer provides comprehensive decompilation, search, and code analysis capabilities through a rich set of tools and APIs.
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": {
    "decompilerserver": {
      "command": "npx",
      "args": [
        "-y",
        "pardeike/DecompilerServer"
      ]
    }
  }
}