JoshuaRamirez/RoslynMcpServer
Model Context Protocol server for Roslyn-powered C# refactoring operations
Exposes 41 Roslyn-powered tools for refactoring, code navigation, analysis, generation, and syntax conversion with full solution-wide reference tracking and atomic file writes with rollback support. Communicates via stdio transport with MCP clients like Claude, and includes a standalone CLI for CI/CD pipelines and terminal use. Requires .NET 9.0 SDK and integrates with Visual Studio Code, Claude Desktop, and Claude Code via configuration files.
Stars
5
Forks
2
Language
C#
License
MIT
Category
Last pushed
Mar 10, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/JoshuaRamirez/RoslynMcpServer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
microsoft/mcp
Catalog of official Microsoft MCP (Model Context Protocol) server implementations for AI-powered...
microsoft/mcp-dotnet-samples
A comprehensive set of samples of creating and using MCP servers and clients with .NET
nisalgunawardhana/How-To-Create-MCP-Server
This guide will help you set up a basic MCP (Model Context Protocol) server in .NET, configure...
afrise/MCPSharp
MCPSharp is a .NET library that helps you build Model Context Protocol (MCP) servers and clients...
kooshi/SharpToolsMCP
A suite of MCP tools for AIs to analyze and modify C# solutions with high signal, Roslyn powered context.