OnBrand by SlideSpeak
An MCP server that feeds AI agents your brand's real logos, colors, fonts, and approved slide layouts, so every deck and document comes out on brand the first time.
README

OnBrand by SlideSpeak
OnBrand by SlideSpeak is an MCP service and dashboard that gives AI agents access to governed brand knowledge: Brand Guides, Brand Kit assets, color tokens, logo guidance, and presentation design prompts.
The repository is a standalone service. It can run in any environment where you provide a compatible OAuth provider, Postgres database, and S3 bucket.
Quick Start
Prerequisites:
- Bun
- Docker and Docker Compose
- An OAuth provider that can issue JWT access tokens for the OnBrand MCP resource
- An S3-compatible AWS bucket for Brand Kit asset storage
Create local configuration from the public example:
cp .env.example .env
Edit .env with your local OAuth provider and S3 credentials. The default example assumes:
- OnBrand runs at
http://localhost:8080. - The OAuth browser endpoints run at
http://localhost:3000. - Container-to-provider token and JWKS calls use
http://host.docker.internal:3000. - Access tokens include the
onbrand:readandonbrand:writescopes as needed. - The token audience/resource is
http://localhost:8080/mcp.
Start the service:
docker compose up --build
OnBrand exposes:
http://localhost:8080/health
http://localhost:8080/mcp
http://localhost:8080/dashboard
http://localhost:8080/.well-known/oauth-protected-resource/mcp
deploy/docker-compose.yml also exposes its bundled Postgres container on host port 5433, so
host-side database clients can connect with a URL like
postgresql://USER:PASSWORD@HOST:5433/onbrand?schema=public.
Connect an MCP client:
Third-party product names and marks in these examples identify compatible MCP clients only. See NOTICE.md for asset and trademark provenance.
<img src="assets/codex_icon.svg" alt="Codex" width="24" height="24" />
codex mcp add onbrand --url http://localhost:8080/mcp
codex mcp login onbrand
<img src="assets/claude_code_icon.svg" alt="Claude Code" width="24" height="24" />
claude mcp add --transport http onbrand http://localhost:8080/mcp
Configuration
See the auth and runtime configuration guide for the full environment variable table, OAuth provider contract, dashboard session secret guidance, S3 setup notes, and production checklist.
Required environment variables for a real deployment:
| Variable | Purpose |
|---|---|
DATABASE_URL |
Postgres connection string. |
BASE_URL |
Public OnBrand origin; derives dashboard social metadata and ${BASE_URL}/mcp. |
OAUTH_ISSUER |
Expected JWT issuer. |
OAUTH_AUTHORIZATION_ENDPOINT |
Browser authorization endpoint. |
OAUTH_TOKEN_ENDPOINT |
Token exchange endpoint. |
OAUTH_JWKS_URL |
JWKS endpoint used to verify access token signatures. |
OAUTH_DASHBOARD_CLIENT_ID |
Static dashboard OAuth client ID. |
OAUTH_REQUIRED_READ_SCOPE |
Read scope required by read-only MCP tools. |
OAUTH_REQUIRED_WRITE_SCOPE |
Write scope required by mutating MCP tools. |
DASHBOARD_SESSION_SECRET |
Secret used to sign dashboard session cookies. |
AWS_S3_BUCKET_BRAND_KIT_ASSETS |
Bucket for uploaded Brand Kit assets. |
AWS_REGION |
AWS region for the Brand Kit asset bucket. |
AWS_ACCESS_KEY_ID |
AWS access key for S3 operations. |
AWS_SECRET_ACCESS_KEY |
AWS secret access key for S3 operations. |
Optional environment variables:
| Variable | Purpose |
|---|---|
OAUTH_REGISTRATION_ENDPOINT |
Dynamic client registration endpoint advertised to MCP clients. |
OAUTH_REQUIRED_READ_SCOPE |
Read scope required by read-only MCP tools. Defaults to onbrand:read. |
OAUTH_REQUIRED_WRITE_SCOPE |
Write scope required by mutating MCP tools. Defaults to onbrand:write. |
OAUTH_OWNER_ID_CLAIM |
JWT claim used as the OnBrand owner identifier. Defaults to sub. |
ASSET_DOWNLOAD_EXPIRES_IN_SECONDS |
Presigned S3 URL lifetime. Defaults to 900. |
DASHBOARD_DEV_SERVER_URL |
Development-only dashboard Vite proxy URL used by docker-compose.yml. |
Available Tools
get_onbrand_skill- Get the OnBrand skill for what OnBrand can do and how to use its tools.list_brand_guides- List Brand Guides available to the current user.get_brand_guide- Get Brand Guide metadata, Brand Kit tokens, asset handles, and Presentation Kit guidance.materialize_brand_kit_assets- Get S3 download commands for Brand Kit assets such as logos and decorative files.get_brand_guide_writer_skill- Get the skill for authoring a new Brand Guide.prepare_brand_guide_asset_uploads- Get S3 upload commands for new logo and decorative asset files.write_brand_guide- Create or replace a Brand Guide using uploaded asset references and design guidance.
Development
Useful checks:
bun run format:check
bun run lint
bun run typecheck
bun run test
bun run build
bun run react-doctor:check
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。