Skip to content
Zed

StandardGraph for Zed

io.github.swoopeagle/standardgraph

158,000+ K-12 education standards across 300 curriculum systems, cross-referenced via NLP.

client:Zed transport:stdio runtime:pypi

Install StandardGraph in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "standardgraph": {
      "command": "uvx",
      "args": [
        "standardgraph"
      ],
      "env": {
        "DB_PATH": "<DB_PATH>"
      }
    }
  }
}

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

StandardGraph in other clients