★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ndepend.mcp.server": {
"command": "npx",
"args": [
"-y",
"ndepend/NDepend.MCP.Server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ndepend.mcp.server npx -y ndepend/NDepend.MCP.Server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ndepend.mcp.server": {
"command": "npx",
"args": [
"-y",
"ndepend/NDepend.MCP.Server"
]
}
}
}
📋 Copy