How can we help you?

Search our knowledge base or browse categories to find the answers you need.

Connect to Claude Code, Cursor, and agents

styleguide.design ships three integration paths so coding agents can read your guides natively — no screenshots, no copy-paste.

MCP server
An MCP endpoint at /api/mcp exposes list_public_guides, get_design_md, and get_tokens_json as tools. Any MCP-aware client — Claude Code, Cursor, Codex — can call them directly.
claude mcp add styleguide-design --transport http --url https://styleguide.design/api/mcp
Read the docs
CLI: @bengillin/design-md
A zero-dependency CLI to fetch, lint, diff, and version DESIGN.md files. Perfect for CI gates and local agent workflows. Runs anywhere Node 18+ runs.
npx @bengillin/design-md fetch <slug>
npx @bengillin/design-md lint DESIGN.md
Read the docs
Public endpoints
Every shared guide exposes a canonical DESIGN.md and a W3C DTCG tokens.json. They're plain HTTP — curl, wget, or any LLM with web access can read them without auth.
curl https://styleguide.design/guide/<slug>/design.md
curl https://styleguide.design/guide/<slug>/tokens.json
Read the docs
Still need help?
Can't find what you're looking for? Our support team is here to help.
Community & Resources
Connect with other users and access additional resources.

Support Response Times

We typically respond to support requests within 4 hours during business hours (Mon-Fri, 9AM-6PM PST). For urgent issues, please mark your request as "urgent" when contacting us.