buoy for VS Code
io.github.ahoybuoy/buoy
Design tokens and drift checks for coding agents: use the token, not the hardcoded value.
client:VS Code
transport:stdio
runtime:npm
Install buoy in VS Code
.vscode/mcp.json
{
"servers": {
"buoy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@buoy-design/cli"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs