cssgraph for Zed
io.github.mack-peng/cssgraph
CSS intelligence for AI coding agents — surgical style context, fewer tool calls. 100% local.
client:Zed
transport:stdio
runtime:npm
Install cssgraph in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cssgraph": {
"command": "npx",
"args": [
"-y",
"cssgraph"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs