branding mcp for Gemini CLI
io.github.forge-space/branding-mcp
AI-powered brand identity generation via MCP with design tokens, typography, and logo assets.
client:Gemini CLI
transport:stdio
runtime:npm
Install branding mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"branding-mcp": {
"command": "npx",
"args": [
"-y",
"@forgespace/branding-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs