dnSpy.MCP.Server

s78910/dnSpy.MCP.Server
★ 2 stars C# 🤖 AI/LLM Updated 1mo ago
dnSpy MCP Server is a production-ready Model Context Protocol server integrating dnSpy's .NET analysis for AI assistants. It supports assembly discovery, type/method inspection, decompilation, reference finding, call graphs, dead code detection, and BepInEx/Harmony code generation.
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": {
    "dnspy.mcp.server": {
      "command": "npx",
      "args": [
        "-y",
        "s78910/dnSpy.MCP.Server"
      ]
    }
  }
}