MCPRoslyn

andrewiethoff/MCPRoslyn
★ 0 stars C# Code/Dev Tools Updated 8d ago
Read-only Roslyn-powered MCP server: compiler-grade C#/VB.NET code analysis for AI coding agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcproslyn": {
      "command": "npx",
      "args": [
        "-y",
        "andrewiethoff/MCPRoslyn"
      ]
    }
  }
}

README Excerpt

**Read-only, Roslyn-powered MCP server that gives AI coding agents compiler-grade answers about C# / VB.NET solutions.** Text search can't tell you who implements an interface, which of 300 `Process` matches is *your* overload, or what's inside a NuGet assembly. Roslyn — the actual C#/VB compiler — can. MCPRoslyn puts that power behind 16 token-efficient MCP tools, strictly read-only by construction: it never writes to any analyzed file.

Tools (13)

analyze_impactcall_hierarchydecompilefind_implementationsfind_referencesfind_unusedget_diagnosticsget_file_outlineget_project_graphget_symbolget_type_hierarchyget_usage_examplessearch_symbols