Stats
Actions
Tags
From roslyn-mcp
Provides C# code refactoring using the Roslyn compiler platform. Runs locally to analyze and transform .NET code.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"roslyn-refactor": {
"command": "roslyn-mcp"
}
}
}Server configuration and connection parameters
roslyn-mcpFirst indexed Mar 21, 2026
First indexed Mar 21, 2026
npx claudepluginhub joshuaramirez/claude-code-plugins --plugin roslyn-mcp