Integrations
Upload your brand once, then open Brand → Outputs in the app: generate versioned files, download individually, or export a ZIP bundle. Claude, Cursor, Copilot, ChatGPT, Gemini, and structured JSON—see each guide below. A first-party MCP server is planned; today you can wire our JSON exports into your own MCP tools.
Claude Code & Claude.ai (Anthropic)
Generate CLAUDE.md from your brand. Claude Code loads it from the project root; for Claude.ai, paste into project instructions.
View setup guide →
AI code editor (Cursor)
Export .cursorrules so Cursor chat, Cmd-K, and agent flows inherit your voice, naming, and design rules.
View setup guide →
OpenAI (OpenAI)
Download a ready-made system prompt derived from your brand. Paste into Custom Instructions or GPT system prompts.
View setup guide →
Coding agent (GitHub)
Export AGENTS.md for repositories that use agent instructions in-repo. Keeps Copilot Chat and agent features aligned with your mythos.
View setup guide →
Gemini & Gemini Code Assist (Google)
Use the same system prompt export for Gemini’s system instruction field, Code Assist, or API system instruction.
View setup guide →
Model Context Protocol (Model Context Protocol)
We’re planning a first-party MCP surface so clients can pull brand facts programmatically. Today, export JSON and prompts from Outputs.
View setup guide →
One mythos version drives every export your CI or designers sync into repos—without copy-paste drift. Below is a representative manifest; your ZIP and filenames follow the brand name slug in the app.
export-manifest.json
{ "mythosVersion": "2026.04.02", "exports": [ { "format": "CLAUDE.md", "path": "CLAUDE.md" }, { "format": ".cursorrules", "path": ".cursorrules" }, { "format": "AGENTS.md", "path": "AGENTS.md" }, { "format": "system-prompt.txt", "path": "prompts/system.txt" }, { "format": "design-tokens.css", "path": "brand/tokens.css" }, { "format": "knowledge-graph.jsonld", "path": "brand/knowledge-graph.json" }, { "format": "brand-brain.json", "path": "brand/brand-brain.json" } ]}Stop retyping brand rules. BrandMythos extracts your brand DNA and ships loadable files from the Outputs screen—versioned, diffable, and in sync.