skeletongraph for VS Code
io.github.yashdoke7/skeletongraph
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
client:VS Code
transport:stdio
runtime:pypi
Install skeletongraph in VS Code
.vscode/mcp.json
{
"servers": {
"skeletongraph": {
"type": "stdio",
"command": "uvx",
"args": [
"skeletongraph"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs