Mmcp.market

Buoy MCP server

by ahoybuoy·io.github.ahoybuoy/buoy·v0.8.7

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

A91/100grade A
What users say
No reviews yet
Be the first
Safety scan
A91/100

not scanned yet

Adoption
Growing

19 stars1.3k downloads/wk

Reviews

Write one

Nobody has reviewed Buoy yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Buoy tools

No tool declarations could be read from the package source. They show once the server is installed.

Not scanned yet. New registry listings are scanned within a day of import.

What the publisher says

From the Buoy repository's README, as published. We do not edit it. Read it on GitHub

Buoy

Catch design drift before it ships.

AI coding tools are fast—but they don't know your design system. They'll write #3b82f6 when you have --color-primary. They'll use padding: 17px when your spacing scale is multiples of 4.

Buoy watches for these issues and helps you fix them.

src/components/Button.tsx:24
  hardcoded-value: #3b82f6 → var(--color-primary) (92% match)

Code-first System Observability

Your shipped code is the design-system source of truth. Declare the packages you own, then use Buoy to map adoption, unmanaged UI surface area, and the blast radius of a component or token change. Figma and other design tools can remain optional inputs; they are not required for the system map.

# .buoy.yaml
project:
  name: acme

system:
  components:
    - packages/ui/src/**
  tokens:
    - packages/tokens/src/**
  owners:
    - name: Checkout
      paths:
        - apps/checkout/**
buoy system map                 # Canonical system vs unmanaged surface area
buoy system impact Button       # Consumers and migration risk for a change
buoy system impact color-primary --kind token

This is the foundation for cloud adoption trends, deprecation planning, and AI-assisted iteration reporting: every result is derived from code and can be attributed to a repository path and owner.

Quick Start

# See your design system immediately (zero config)
npx ahoybuoy show all

# Add project configuration and local integrations when ready
npx ahoybuoy dock

No config needed. Buoy auto-detects your framework and starts working immediately.

What It Catches

Commands

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @buoy-design/cli on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add buoy -- npx -y @buoy-design/cli
Add to Cursor

Buoy: common questions

Is Buoy MCP server safe?
Yes, by our scan: it is graded A (91/100). Read the Buoy safety report
How do I install Buoy?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Buoy need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is Buoy maintained?
The last commit was in the last day (2026-09-24). The latest release is v0.8.7.
What can I use instead of Buoy?
Servers from other publishers that do the same job: Designesy MCP server, memi MCP server and Raven MCP server. Compare all Buoy alternatives.

Alternatives to Buoy

Same job from other publishers: the closest match first, then the best rated.

All Buoy alternatives →
  • Designesy
    Score any URL against a real design contract — 42 checks, A-F grade, token + motion validation.
    A
  • memi
    Memi is the read-only design engineering audit and skill layer for coding agents.
    A
  • Raven
    Design intelligence for coding agents: audits, design systems, and a taste profile agents consult.
    B
  • Uizze
    UI design that stands out. Full-screen UI references and design materials for coding agents.
    A
  • Miromiro
    Turn any live website into brand colors, fonts, design tokens, SVGs, Lottie and paste-ready code.
    A

More from ahoybuoy →