{
  "id": "supernova",
  "name": "Supernova.io",
  "summary": "Supernova has repositioned as “the agentic design system platform” (verbatim from https://www.supernova.io/llms.txt). Two consumption surfaces exist: (1) Supernova Relay, the official remote MCP server at https://mcp.supernova.io/mcp/ds/{ID} (OAuth, 14 read-only tools spanning tokens, DS components, code components, Figma components, Storybook stories, assets and docs-as-Markdown; explicitly read-only, “can’t make changes to data inside Supernova”); and (2) AI Context Management (shipped 22 Jun 2026), which lets a DS team define per-team scoped contexts: design tokens, component APIs, component patterns, usage data, rules, docs, plus “knowledge files, rules, and custom skills”, and publish each as its own context-scoped MCP endpoint, with a feedback loop capturing both engineer flags and automatic agent-interaction captures. On the builder side: Write with AI / documentation AI agents, and exporters (Supernova exporter store) that ship skills and knowledge files into repos. Marketing llms.txt exists at supernova.io/llms.txt and a human-readable /for-ai index page. PRICING/AVAILABILITY (from supernova.io/pricing): Free = 5 MCP consumers, 2 AI contexts, 2,400 automation credits/mo; Pro ($35/full seat/mo) = up to 50 MCP consumers, 10 AI contexts, 3,000 credits/seat/mo; Enterprise = custom MCP consumers, unlimited AI contexts, 5,000 credits/seat/mo. “Unlimited MCP lookups/month” on all tiers; dynamic filtering is Pro/Enterprise only. GAPS: no public Code Connect-style Figma↔code mapping file format found; no published per-styleguide llms.txt generation for customer docs sites (unlike zeroheight/Knapsack); the named AI agents (PM/Release note/Documentation/Architect) appear in blog/marketing copy but it was not possible to fetch a canonical docs page describing them, so treat as unverified. No named customer publicly documented as using the MCP.",
  "capabilities": [
    {
      "title": "Supernova Relay — official remote MCP server (per design system)",
      "description": "Official, OAuth-authenticated remote MCP server scoped to a design system ID, optionally to a dataset via ?datasetId=. Documentation is converted to clean Markdown and token references are fully resolved across nested aliases before being handed to the model. Read-only by design. Supports Claude Desktop, Cursor, VS Code.",
      "audience": "consumers",
      "url": "https://learn.supernova.io/latest/design-systems/features/mcp-for-design-system-LIHAMhjr-LIHAMhjr",
      "snippet": {
        "language": "json",
        "content": "{\n  \"mcpServers\": {\n    \"supernova\": {\n      \"url\": \"https://mcp.supernova.io/mcp/ds/{ID}\",\n      \"type\": \"http\"\n    }\n  }\n}",
        "source_url": "https://learn.supernova.io/latest/design-systems/features/mcp-for-design-system-LIHAMhjr-LIHAMhjr"
      }
    },
    {
      "title": "14 MCP tools: tokens, components, code components, Figma, Storybook, docs",
      "description": "Verbatim tool inventory: get_asset_detail, get_asset_list, get_code_component_detail, get_code_component_list, get_design_system_component_detail, get_design_system_component_list, get_documentation_page_content, get_documentation_page_list, get_figma_component_detail, get_figma_component_list, get_me, get_storybook_story_detail, get_token_list. Notable descriptions: get_token_list “Pulls the full list of design tokens, including values, references, and groupings (e.g., colors, spacing)”; get_documentation_page_content “Grabs the content of a specific documentation page, formatted nicely (e.g., as markdown)”; get_figma_component_detail “Retrieves full details on a Figma component, including its structure, variants, and export options.” The get_code_component_* pair plus get_figma_component_* is Supernova’s de-facto Code-Connect equivalent: design-side and code-side component records live in the same MCP surface.",
      "audience": "consumers",
      "url": "https://learn.supernova.io/latest/design-systems/features/mcp-for-design-system-LIHAMhjr-LIHAMhjr"
    },
    {
      "title": "AI Context Management — per-team, context-scoped MCP endpoints (shipped 22 Jun 2026)",
      "description": "The strongest coercion mechanism in Supernova: rather than one firehose MCP, the DS team curates a context (tokens, component APIs, patterns, usage data, rules, docs) per team/workflow/agent type and publishes it as its own MCP endpoint, reducing token usage and narrowing what the agent can even see. Explicitly framed as eliminating “hallucinated component names or incorrect prop signatures”. Includes a feedback loop: engineers flag manually, agent interactions are captured automatically, and Supernova returns “an actionable suggestion and a clear path to fix it”.",
      "audience": "both",
      "url": "https://www.supernova.io/blog/we-just-shipped-ai-context-management",
      "snippet": {
        "language": "text",
        "content": "AI context management lets you define exactly what each team's agents need to know (design tokens, component APIs, component patterns, usage data, rules, and docs) and publish it as a focused, context-scoped MCP endpoint. Every coding or design tool your team uses can be plugged in directly.\n\n[...]\n\nPublish as a context-scoped MCP endpoint\nEach context publishes as its own MCP endpoint. Cursor, Copilot, Claude Code, Codex, or any MCP-compatible tool can plug in directly. No custom integrations, no manual syncing.\n\nGive agents access to real component data\nAgents get access to real component APIs: props, import paths, valid compositions, and usage patterns. Engineers get accurate answers without leaving their flow. No more hallucinated component names or incorrect prop signatures.\n\nManage and distribute skills\nBeyond raw data, you can build, curate, and refine the capabilities your agents bring to every interaction: knowledge files, rules, and custom skills. Ship them through predefined or custom exporters when ready.\n\nUpdate once, and every agent gets it instantly\nWhen your design system changes, your context updates automatically. Every connected agent is working from current information without anyone having to manually push updates.",
        "source_url": "https://www.supernova.io/blog/we-just-shipped-ai-context-management"
      }
    },
    {
      "title": "Skills, rules and knowledge files shipped via exporters",
      "description": "Beyond raw data, Supernova lets DS teams author “knowledge files, rules, and custom skills” and “Ship them through predefined or custom exporters when ready”, so the platform becomes the distribution channel for agent rule files (Cursor rules / skills) into consumer repos, alongside token/code exporters for iOS, Android, React Web, React Native, Flutter.",
      "audience": "builders",
      "url": "https://www.supernova.io/blog/we-just-shipped-ai-context-management"
    },
    {
      "title": "Prototyping contexts — locked design system settings for AI generation",
      "description": "Reusable configuration templates for Portal prototypes that pin the design system + dataset, component library (standard or custom enterprise), theme and icon pack, plus “Custom knowledge” providing “additional context, guidelines, or data for Supernova AI to consider” (what you’re building, who it’s for, core problems, platform, constraints, brand voice, API schemas). Once saved, the DS/component-library/icon-pack settings are locked and only the theme is editable, a hard constraint on what an AI prototype can reach for. Versioning caveat: new context versions apply only to newly created prototypes.",
      "audience": "builders",
      "url": "https://learn.supernova.io/latest/portal/create/prototyping-contexts-jppeqv9d"
    },
    {
      "title": "Marketing-side llms.txt + /for-ai index",
      "description": "Supernova publishes a curated llms.txt at the site root as a “machine-readable index” of key resources plus a human-readable /for-ai page. This is corporate-site context, not per-customer design-system context; do not confuse it with zeroheight’s per-styleguide Markdown export.",
      "audience": "consumers",
      "url": "https://www.supernova.io/llms.txt",
      "snippet": {
        "language": "markdown",
        "content": "# Supernova.io\n\n> Supernova.io is the agentic design system platform that turns your tokens, components, documentation, and code patterns into connected intelligence — so your team and their AI agents build from the same source of truth.\n\nSupernova is a design system and knowledge management platform for product teams: design system management, documentation, code automation, and design & engineering context ready for AI agents — connected to your tokens, components, and brand.\n\n## Core\n\n- [Homepage](https://www.supernova.io): Overview of Supernova — the design system and knowledge management platform that keeps product teams and their AI agents working from a single source of truth.\n\n[...]\n\n- [For AI agents](https://www.supernova.io/for-ai): Human-readable overview of key Supernova pages for LLMs and AI crawlers.",
        "source_url": "https://www.supernova.io/llms.txt"
      }
    },
    {
      "title": "Read-only boundary + OAuth/SSO auto-provisioning caveat",
      "description": "Relay is discovery/retrieval only: it “can’t make changes to data inside Supernova”. Auth is an “authenticated OAuth flow, so only folks authorised under your design system can get in”, with access revoked immediately on user removal. Governance caveat worth flagging to security teams: for SSO teams, anyone who connects through MCP OAuth is automatically added to the workspace if they were not already a member.",
      "audience": "both",
      "url": "https://learn.supernova.io/latest/releases/september-2025/introducing-supernova-relay-lWfNcpwJ"
    }
  ],
  "adoption_by_design_systems": "No publicly documented design system was found naming Supernova Relay/MCP or AI Contexts in its own docs. Supernova’s own learn.supernova.io site is itself built on Supernova and is the only observable dogfooding example. Supernova publishes a customers page and cites a Fortune-scale customer base generally, but no company has publicly published a Supernova MCP endpoint or AI-context configuration that I could verify. Treat adoption evidence as vendor-side only.",
  "sources": [
    "https://www.supernova.io/llms.txt",
    "https://www.supernova.io/for-ai",
    "https://learn.supernova.io/latest/design-systems/features/mcp-for-design-system-LIHAMhjr-LIHAMhjr",
    "https://learn.supernova.io/latest/releases/september-2025/introducing-supernova-relay-lWfNcpwJ",
    "https://www.supernova.io/blog/we-just-shipped-ai-context-management",
    "https://learn.supernova.io/latest/portal/create/prototyping-contexts-jppeqv9d",
    "https://www.supernova.io/pricing",
    "https://www.supernova.io/blog/january-2026-product-updates",
    "https://www.supernova.io/write-with-ai"
  ]
}
