JojoSlice/CSharp-Review-MCP
If you are the rightful owner of CSharp-Review-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server providing LLMs access to official C# and .NET documentation and Roslyn-based code analysis for professional code reviews.
Tools
Functions exposed to the LLM to take actions
fetch_csharp_documentation
Retrieve specific C# or .NET documentation
search_best_practices
Search for best practices in specific areas like security, performance, exceptions, async, linq, and general
analyze_csharp_code
Analyze C# code with Roslyn, providing diagnostics, metrics, and suggestions
check_roslyn_status
Check if Roslyn analyzer is built and ready
build_roslyn_analyzer
Build Roslyn analyzer (required before first use)
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client