NDepend.MCP.Server

ndepend/NDepend.MCP.Server
★ 33 stars C# 💻 Code/Dev Tools Updated 7d ago
A suite of MCP tools that provides in-depth workspace analysis, advanced code inspection, and automated code-fix capabilities for .NET projects, built on the NDepend API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ndepend.mcp.server": {
      "command": "npx",
      "args": [
        "-y",
        "ndepend/NDepend.MCP.Server"
      ]
    }
  }
}