Skip to content
GitBrand
For AI

Your brand,
fluent in AI.

Every brand on GitBrand is reachable as JSON, Markdown, llms.txt and an MCP endpoint. Hand any agent the URL and watch it generate on-brand work — first try.

Try it now

One URL. Any agent.

Run this against any public GitBrand. The Markdown brief is designed to paste straight into a chat as system context.

$curl https://gitbrand.com/w3lcome.md
# W3lcome **Onboard new hires in minutes.** ## Voice & tone - **Voice**: warm, plainspoken - **Tone**: Friendly without being cute. ## Colors - **Primary** — _primary_: `#0a0a0a` - **Accent** — _accent_: `#FF5A1F` …
Three formats

Whatever your agent prefers.

Pick the one your tool likes best — they all describe the same brand and stay in sync with what your team edits.

brand.json

A structured JSON record with logos, colors (with semantic roles + RGB), fonts, voice, principles, and resources. Schema-versioned for safe evolution.

gitbrand.com/your-brand/brand.json
{
  "schema": "1.0",
  "name": "Acme",
  "colors": [
    { "name": "Primary", "hex": "#0a0a0a", "role": "primary" }
  ],
  "voice": ["confident", "warm"]
}

llms.txt + Markdown

A clean Markdown brief or llms.txt index — paste it as system context. AI agents preferred format for retrieval.

gitbrand.com/your-brand.md
# Acme
**One source of truth.**

## Voice & tone
- **Voice**: confident, warm
- **Tone**: Direct without being cold.

## Colors
- **Primary** — _primary_: `#0a0a0a`

MCP server

A live Model Context Protocol endpoint. Wire it into Cursor, Claude Desktop, or any MCP-compatible agent.

mcp.gitbrand.com/your-brand
{
  "mcpServers": {
    "your-brand": {
      "url": "https://gitbrand.com/mcp/your-brand"
    }
  }
}
Works with

The tools your team already uses.

GitBrand uses open standards, so any AI tool that can fetch a URL — or speak MCP — can read your brand.

ChatGPT
Claude
Cursor
v0
Lovable
Bolt
Windsurf
Figma Make
Zed
Perplexity
GitHub Copilot
Anything with MCP
In the wild

What teams build with it.

The URL is the integration. The endpoints unlock the rest.

01

AI-built landing pages that ship on-brand

Point v0, Lovable or Bolt at gitbrand.com/your-brand. The output uses your real palette, your real fonts, your real tone — not a generic AI default.

02

Support bots that know your voice

Connect the MCP server to your AI assistant. Every reply pulls live brand context so the bot sounds like you, not like a stock LLM.

03

Cursor agents that respect the design system

Add the MCP URL to your team's Cursor config. When agents generate components, they pull the canonical colors and tokens before writing CSS.

MCP quickstart

Add a brand to Cursor in 30 seconds.

Drop the snippet into ~/.cursor/mcp.json (or your Claude Desktop config) and the brand becomes a live tool in your agent.

~/.cursor/mcp.json

{
  "mcpServers": {
    "your-brand": {
      "url": "https://gitbrand.com/mcp/your-brand"
    }
  }
}
Privacy & control

You decide what AI sees.

Per-repo controls. Open standards. No surprise data sharing.

Off by default for private repos

Repositories with passwords or private flag never appear on AI surfaces. They return 404.

Per-repo AI toggle

Owners can flip AI access on or off for each public repo from the Use with AI panel.

Cache-friendly, audit-friendly

All endpoints set sensible cache headers. Server-side logs keep a record of agent fetches for the future audit log.

Open standards

JSON Schema, llms.txt, JSON-LD (schema.org/Organization) and MCP — no proprietary protocol lock-in.

Make your brand fluent in AI.

Spin up a repository. Drop your logos, colors and voice. Hand the URL to any agent.