← Back to Plugins
MCP Server MCP

io.github.yashdoke7/skeletongraph

github By github 👁 2 views ▲ 0 votes

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...