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
{
"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