SourceExplorerMcp.win-x64
1.0.0
dotnet add package SourceExplorerMcp.win-x64 --version 1.0.0
NuGet\Install-Package SourceExplorerMcp.win-x64 -Version 1.0.0
<PackageReference Include="SourceExplorerMcp.win-x64" Version="1.0.0" />
<PackageVersion Include="SourceExplorerMcp.win-x64" Version="1.0.0" />
<PackageReference Include="SourceExplorerMcp.win-x64" />
paket add SourceExplorerMcp.win-x64 --version 1.0.0
#r "nuget: SourceExplorerMcp.win-x64, 1.0.0"
#:package SourceExplorerMcp.win-x64@1.0.0
#addin nuget:?package=SourceExplorerMcp.win-x64&version=1.0.0
#tool nuget:?package=SourceExplorerMcp.win-x64&version=1.0.0
SourceExplorerMcp
MCP tools for exploring source code of .NET assemblies via decompilation
What is SourceExplorerMcp
SourceExplorerMcp is a dotnet tool, or more specifically, a ModelContextProtocol server built to allow for the exploration of source code for .NET assemblies via decompilation.
The server exposes a number of MCP tools to allow agents such as Claude Code to explore and decompile .NET assemblies/types.
Available tools
- list-all-assemblies - Lists all restored assemblies.
- search-types - Search for types in restored assemblies based on a search string.
- decompile-type - Decompile a specific type from a restored assembly and return the C# source.
Installation
This MCP is distributed as a dotnet tool, the preferred way to install this is with the new dnx option
included with .NET 10
Prerequisites
Configure the MCP Server in your client
Claude Code:
claude mcp add source-explorer -- dotnet dnx SourceExplorerMcp --prerelease --yes
Note: You can also add
--scope local,--scope useror--scope projectto the above command. It should default tolocalif not specified.
Standard Config (works in most tools):
{
"mcpServers": {
"source-explorer": {
"type": "stdio",
"command": "dotnet",
"args": [
"dnx",
"SourceExplorerMcp",
"--prerelease",
"--yes"
]
}
}
}
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 69 | 3/8/2026 |