ARISTODE/ILSpy-MCP-Server
If you are the rightful owner of ILSpy-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The ILSpy MCP Server is a Model Context Protocol bridge that provides automated .NET reverse engineering capabilities by exposing ILSpy functionalities through MCP.
Tools
Functions exposed to the LLM to take actions
set_binary_path
Load a managed assembly (.dll/.exe) for subsequent calls.
list_types
Enumerate types; optional comma-separated kinds.
list_modules
Report module/assembly metadata.
list_methods
List methods for a fully qualified type.
decompile_type
Return full C# source for a type.
decompile_method
Return the C# body for a single method.
search_strings
Regex search across decompiled source; returns type hits.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client