Provide a modular MCP server in C# for .NET reverse engineering with reflection-based tools and structured output in the dnSpy/ILSpy ecosystem.
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": {
"command": "npx",
"args": [
"-y",
"Finot3/dnspy-mcp"
]
}
}
}
Run in terminal:
claude mcp add dnspy-mcp npx -y Finot3/dnspy-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dnspy-mcp": {
"command": "npx",
"args": [
"-y",
"Finot3/dnspy-mcp"
]
}
}
}