Roslyn C# Analyzer
Provides C# code analysis capabilities by leveraging the Microsoft Roslyn compiler platform to validate syntax, find references, a
Roslyn MCP Server provides C# code analysis capabilities by leveraging the Microsoft Roslyn compiler platform. It enables AI assistants to validate C# files for syntax errors and semantic issues, find symbol references across projects, and run Microsoft recommended code analyzers - all within the context of a .NET project. The server integrates with MSBuild to load full project context and communicates via standard I/O, making it particularly valuable for ensuring code quality and catching potential issues before compilation when working with C# codebases.
Source
Repository: https://github.com/egorpavlikhin/roslyn-mcp
Maintain Roslyn C# Analyzer?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Roslyn C# Analyzer on getagentictools](https://getagentictools.com/mcp/egorpavlikhin-roslyn-mcp?ref=badge)