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