ProjGraph MCP Server
Rank #7,907io.github.HandyS11/projgraph
Analyze .NET solutions: Generate Mermaid graphs, ERDs, class diagrams, and project metrics.
ProjGraph MCP Server is a Model Context Protocol (MCP) server published by handys11. It ranks #7,907 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. ProjGraph MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 10 tracked versions. It was first listed on Jan 13, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 124,139 of 132,046 servers on MCP Toplist.
Use ProjGraph MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add projgraph -- dnx ProjGraph.Mcp[mcp_servers.projgraph]
command = "dnx"
args = ["ProjGraph.Mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"projgraph": {
"command": "dnx",
"args": [
"ProjGraph.Mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"projgraph": {
"command": "dnx",
"args": [
"ProjGraph.Mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"projgraph": {
"type": "stdio",
"command": "dnx",
"args": [
"ProjGraph.Mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"projgraph": {
"command": "dnx",
"args": [
"ProjGraph.Mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"projgraph": {
"command": "dnx",
"args": [
"ProjGraph.Mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.HandyS11%2Fprojgraph)<a href="https://mcptoplist.com/server/io.github.HandyS11%2Fprojgraph"><img src="https://mcptoplist.com/badge/io.github.HandyS11%2Fprojgraph.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
handys11
Available versions (10)
| Version | Published |
|---|---|
| 1.2.0 | Sep 15, 2026 |
| 1.1.0 | Aug 7, 2026 |
| 1.0.2 | Apr 7, 2026 |
| 1.0.1 | Apr 4, 2026 |
| 1.0.0 | Mar 12, 2026 |
| 0.8.0 | Mar 11, 2026 |
| 0.7.1 | Mar 4, 2026 |
| 0.7.0 | Feb 26, 2026 |
| 0.6.7 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ProjGraph MCP Server?
- ProjGraph MCP Server is maintained by handys11, which publishes 1 MCP server (10 total versions) tracked on MCP Toplist.
- Is ProjGraph MCP Server listed on the Official MCP Registry?
- Yes — ProjGraph MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does ProjGraph MCP Server have?
- MCP Toplist tracks 10 versions of ProjGraph MCP Server, most recently published on Sep 15, 2026.
- Where can I find the source code for ProjGraph MCP Server?
- The source code for ProjGraph MCP Server is hosted at github.com/handys11/projgraph.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.