← Registry

Design

gitbrand.com

Retrieves brand assets and guidelines such as logos, colors, and fonts.

1 endpoint4 known toolsFirst detected June 15, 2026Last detected August 25, 2026

ENDPOINT 1

https://gitbrand.com/mcp/%7Bslug%7D

No auth detected

MCP server metadata

Name
gitbrand-mcp
Version
1.0.0
Capabilities
toolslogging
Server instructions

GitBrand MCP server. Use list_tools to discover brand-fetching tools. Slugs can be omitted when the URL pins one (e.g. /mcp/acme).

Known tools 4

get_brand

Fetch the complete brand record for a GitBrand slug (logos, colors, fonts, voice, principles).

Inferred read-only
get_brand_brief

Fetch a markdown brief of the brand, ready to paste into a chat as system context.

Inferred read-only
get_palette

Fetch only the colors for a brand.

Inferred read-only
get_logos

Fetch logo URLs for a brand.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.gitbrand-mcp]
url = "https://gitbrand.com/mcp/%7Bslug%7D"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gitbrand-mcp": {
      "type": "http",
      "url": "https://gitbrand.com/mcp/%7Bslug%7D"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gitbrand-mcp
Remote MCP URL: https://gitbrand.com/mcp/%7Bslug%7D

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "gitbrand-mcp": {
      "url": "https://gitbrand.com/mcp/%7Bslug%7D"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gitbrand-mcp": {
      "type": "http",
      "url": "https://gitbrand.com/mcp/%7Bslug%7D"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gitbrand-mcp",
  "transport": "streamable-http",
  "url": "https://gitbrand.com/mcp/%7Bslug%7D"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for gitbrand.com was fetched 2026-07-27T11:07:25.750Z and is being refreshed.

Trust status Trusted

gitbrand.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.