Codegraph
Rank #731io.github.codegraph-ai/codegraph
Semantic code graph: 42 tools, 38 languages. Callers, impact, AI context, memory, PR review.
Codegraph is a Model Context Protocol (MCP) server published by codegraph-ai. It ranks #731 of 115,460 servers tracked on MCP Toplist, and its repository has 738 GitHub stars. Codegraph is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Mar 20, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 114,729 of 115,460 servers on MCP Toplist.
Use Codegraph
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add codegraph -- npx -y @astudioplus/codegraph-mcp[mcp_servers.codegraph]
command = "npx"
args = ["-y", "@astudioplus/codegraph-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"codegraph": {
"command": "npx",
"args": [
"-y",
"@astudioplus/codegraph-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"codegraph": {
"command": "npx",
"args": [
"-y",
"@astudioplus/codegraph-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"codegraph": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@astudioplus/codegraph-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"codegraph": {
"command": "npx",
"args": [
"-y",
"@astudioplus/codegraph-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"codegraph": {
"command": "npx",
"args": [
"-y",
"@astudioplus/codegraph-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.codegraph-ai%2Fcodegraph)<a href="https://mcptoplist.com/server/io.github.codegraph-ai%2Fcodegraph"><img src="https://mcptoplist.com/badge/io.github.codegraph-ai%2Fcodegraph.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
codegraph-ai
Other servers by codegraph-ai
View all codegraph-ai servers →Available versions (6)
| Version | Published |
|---|---|
| 0.20.1 | Aug 10, 2026 |
| 0.20.0 | Aug 9, 2026 |
| 0.18.2 | Jun 3, 2026 |
| 0.17.2 | May 26, 2026 |
| 0.9.2 | Mar 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Codegraph?
- Codegraph is maintained by codegraph-ai, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Codegraph listed on the Official MCP Registry?
- Yes — Codegraph is listed on the Official MCP Registry, alongside Glama.
- How many versions does Codegraph have?
- MCP Toplist tracks 6 versions of Codegraph, most recently published on Aug 10, 2026.
- Where can I find the source code for Codegraph?
- The source code for Codegraph is hosted at github.com/codegraph-ai/codegraph-vscode.