Roslyn MCP Server
JSON →A C# MCP server using Microsoft's Roslyn compiler for code analysis and navigation in C# codebases.
Install
npx @modelcontextprotocol/inspector Tools · 5
- SearchSymbols Search for symbols using wildcard patterns
- FindReferences Find all references to a specific symbol
- GetSymbolInfo Get detailed information about a symbol
- AnalyzeDependencies Analyze project dependencies and usage patterns
- AnalyzeCodeComplexity Identify high-complexity methods
Links
★ 54 GitHub stars