skeletongraph for Cursor
io.github.yashdoke7/skeletongraph
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
client:Cursor
transport:stdio
runtime:pypi
Install skeletongraph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"skeletongraph": {
"type": "stdio",
"command": "uvx",
"args": [
"skeletongraph"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs