skeletongraph
Rank #7,144io.github.yashdoke7/skeletongraph
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
skeletongraph is a Model Context Protocol (MCP) server published by yashdoke7. It ranks #7,144 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. skeletongraph is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 25, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 124,902 of 132,046 servers on MCP Toplist.
Use skeletongraph
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add skeletongraph -- uvx skeletongraph serve --path[mcp_servers.skeletongraph]
command = "uvx"
args = ["skeletongraph", "serve", "--path"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"skeletongraph": {
"command": "uvx",
"args": [
"skeletongraph",
"serve",
"--path"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"skeletongraph": {
"command": "uvx",
"args": [
"skeletongraph",
"serve",
"--path"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"skeletongraph": {
"type": "stdio",
"command": "uvx",
"args": [
"skeletongraph",
"serve",
"--path"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"skeletongraph": {
"command": "uvx",
"args": [
"skeletongraph",
"serve",
"--path"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"skeletongraph": {
"command": "uvx",
"args": [
"skeletongraph",
"serve",
"--path"
]
}
}
}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.yashdoke7%2Fskeletongraph)<a href="https://mcptoplist.com/server/io.github.yashdoke7%2Fskeletongraph"><img src="https://mcptoplist.com/badge/io.github.yashdoke7%2Fskeletongraph.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
yashdoke7
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 25, 2026 |
Frequently asked questions
- Who maintains skeletongraph?
- skeletongraph is maintained by yashdoke7, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is skeletongraph listed on the Official MCP Registry?
- Yes — skeletongraph is listed on the Official MCP Registry, alongside Glama.
- How many versions does skeletongraph have?
- MCP Toplist tracks 1 version of skeletongraph, most recently published on Jul 25, 2026.
- Where can I find the source code for skeletongraph?
- The source code for skeletongraph is hosted at github.com/yashdoke7/skeletongraph.
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.