RoslynMCP

carquiza/RoslynMCP
★ 46 stars C# 💻 Code/Dev Tools Updated 8d ago
A Model Context Protocol (MCP) server that provides C# code analysis capabilities using Microsoft Roslyn
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": {
    "roslynmcp": {
      "command": "npx",
      "args": [
        "-y",
        "carquiza/RoslynMCP"
      ]
    }
  }
}