dotnet-assembly-mcp

pedrosakuma/dotnet-assembly-mcp
★ 0 stars C# 🤖 AI/LLM Updated 2d ago
MCP server for static navigation of .NET assemblies — types, methods, attributes, decompilation. Companion to dotnet-diagnostics-mcp.
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": {
    "dotnet-assembly-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pedrosakuma/dotnet-assembly-mcp"
      ]
    }
  }
}

README Excerpt

> **Status:** scoping / not yet implemented. This repository is bootstrapped to host the design discussion and an eventual implementation. An **MCP server** for *static* navigation of compiled .NET assemblies — types, methods, attributes, signatures, references, and on-demand decompilation — designed to be a **token-efficient alternative to feeding source code into an LLM context**.

Topics

ai-agentsassemblydecompilerdotnetilspyllmmcpmcp-serverreflectionstatic-analysis