CodeAnalysisMCP
Verified Safeby trite
Overview
Provides a Model Context Protocol (MCP) server for .NET C# code analysis, specifically focused on detecting unreferenced code and analyzing solution structures.
Installation
dotnet runSecurity Notes
The server's core functionality involves loading and analyzing .NET solutions/projects using Roslyn's MSBuildWorkspace. While this is a standard and legitimate method for code analysis, loading untrusted solution or project files could potentially expose the system to risks associated with MSBuild processing. However, the server itself is designed for local execution via stdio, limiting direct network attack vectors. No specific malicious patterns or vulnerable constructs like 'eval' are indicated in the provided README/License, though a full source code audit would be required for a definitive assessment.
Similar Servers
code-index-mcp
Intelligent code indexing and analysis for Large Language Models, enabling tasks such as code review, refactoring, documentation generation, debugging assistance, and architectural analysis.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
ultrasharp-tools-mcp
Provides AI agents with semantic analysis and modification capabilities for C# codebases using Roslyn.
csharp-lsp-mcp
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.