ProjGraph
Verified Safeby HandyS11
Overview
Analyzes .NET solution architectures and generates Entity Relationship Diagrams (ERDs) for AI assistants and developers.
Installation
projgraph-mcpSecurity Notes
The server primarily performs static analysis of .NET project and source code files using trusted libraries like Buildalyzer (MSBuild wrapper) and Roslyn. Communication with AI assistants occurs via stdio (Standard Input/Output), limiting direct network exposure. It processes user-provided file paths, which always carries a theoretical risk of malformed inputs, but the underlying parsing tools are robust. No 'eval' or obfuscation is present, and no hardcoded secrets are visible.
Similar Servers
Windows-MCP.Net
Enabling AI assistants to automate tasks and interact with the Windows desktop environment.
ater.dry.cli
A .NET-based development assistance tool that streamlines front-end and back-end service creation through code generation, LLM integration, and provides command-line, Web UI, and MCP server interfaces.
Perigon.CLI
A development assistance tool for quickly building front-end and back-end services with code generation and LLM technology, providing CLI, WebUI, and MCP Server modes.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.