buoy for Gemini CLI
io.github.ahoybuoy/buoy
Design tokens and drift checks for coding agents: use the token, not the hardcoded value.
client:Gemini CLI
transport:stdio
runtime:npm
Install buoy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"buoy": {
"command": "npx",
"args": [
"-y",
"@buoy-design/cli"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs