
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@iffrce/mcp-dotnetdc
Advanced tools
A Model Context Protocol (MCP) server that decompiles .NET assemblies (.dll/.exe) using ILSpy's command-line tool (ilspycmd). Returns decompiled source code via MCP stdio.
dotnet tool install -g ilspycmdnpm install
npm start
Use any MCP client and point it to run this server. Example with MCP Inspector:
npx @modelcontextprotocol/inspector node ./index.js
### 通过 npx 直接运行
无需克隆仓库,可直接使用 npx 执行(将自动下载本包并以 stdio 模式启动 MCP 服务器):
```bash
npx -y @iffrce/mcp-dotnetdc
在 MCP 客户端中配置命令为:
{
"command": "npx",
"args": ["-y", "@iffrce/mcp-dotnetdc"]
}
## MCP Tools
### decompile-dotnet-assembly
- `assemblyPath` (required): Absolute path to .dll or .exe
- `typeName` (optional): Fully qualified type name (e.g., `Namespace.TypeName`)
- `language` (optional): Output language, e.g., `CSharp` or `IL`
Example request:
```json
{
"jsonrpc": "2.0",
"id": "1",
"method": "mcp.tool.execute",
"params": {
"tool": "decompile-dotnet-assembly",
"args": {
"assemblyPath": "/absolute/path/to/App.dll",
"typeName": "MyCompany.Product.Foo",
"language": "CSharp"
}
}
}
ilspycmd on PATH. If missing, the server returns guidance on installing it..cs/.il files with headers indicating relative file paths.ISC
FAQs
Model Context Protocol (MCP) server for .NET decompilation
The npm package @iffrce/mcp-dotnetdc receives a total of 5 weekly downloads. As such, @iffrce/mcp-dotnetdc popularity was classified as not popular.
We found that @iffrce/mcp-dotnetdc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.