Skip to content
Grok

buoy for Grok

io.github.ahoybuoy/buoy

Design tokens and drift checks for coding agents: use the token, not the hardcoded value.

client:Grok transport:stdio runtime:npm

Install buoy in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "buoy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@buoy-design/cli"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

buoy in other clients