bbfox0703/RoslynCSMCP
A Model Context Protocol (MCP) server that provides C# code analysis capabilities using Microsoft Roslyn by Claude code
Platform-specific configuration:
{
"mcpServers": {
"RoslynCSMCP": {
"command": "npx",
"args": [
"-y",
"RoslynCSMCP"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...