> cat /dev/github | grep security-tools
discovered 06 Aug 2026

ILSpy-Mcp

C# ★ 50 via github-topic
→ View on GitHub
ILSpy MCP Server is a .NET 9-based Model Context Protocol (MCP) server that provides in-memory decompilation and structural analysis of .NET assemblies, enabling AI assistants to interact with compiled .NET binaries such as `.dll` and `.exe` files using natural language. Notable features include JSON-RPC 2.0 communication for seamless integration, validation of tool requests, and robust handling of inputs to facilitate various analysis tasks through an organized processing pipeline. This tool serves as a bridge between AI clients and the ILSpy decompiler, enhancing the capabilities of language models in inspecting and manipulating .NET code.