buoy for Zed
io.github.ahoybuoy/buoy
Design tokens and drift checks for coding agents: use the token, not the hardcoded value.
client:Zed
transport:stdio
runtime:npm
Install buoy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"buoy": {
"command": "npx",
"args": [
"-y",
"@buoy-design/cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs