Skip to content
Zed

skeletongraph for Zed

io.github.yashdoke7/skeletongraph

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

client:Zed transport:stdio runtime:pypi

Install skeletongraph in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "skeletongraph": {
      "command": "uvx",
      "args": [
        "skeletongraph"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

skeletongraph in other clients