Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From roslyn-mcp
Local Roslyn MCP server for C# and VB.NET refactoring, code analysis, and language services via the roslyn-mcp command. Runs as a subprocess, no secrets required.
npx claudepluginhub joshuaramirez/claude-code-plugins --plugin roslyn-mcpCopy 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-mcpShare bugs, ideas, or general feedback.