MCP Server
MCP
io.github.yashdoke7/skeletongraph
Zero-LLM structural code retrieval for AI coding agents, served over MCP.
Install
uvx skeletongraph
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "skeletongraph",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Start the SkeletonGraph MCP server (stdio transport).",
"value": "serve",
"type": "positional",
"valueHint": "serve"
},
{
"description": "Path to the project repository SkeletonGraph should index and serve.",
"isRequired": true,
"format": "filepath",
"placeholder": "/path/to/your/project",
"type": "named",
"name": "--path"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment