Skip to main content
Glama

Cozi MCP Server

wrangler.toml696 B
name = "cozi-mcp-server" main = "src/index.ts" compatibility_date = "2024-12-01" # Custom domain: cozi-mcp.familycast.app # DNS: CNAME cozi-mcp.familycast.app -> cozi-mcp-server.workers.dev # Environment variables [vars] BRANDCAST_API_URL = "https://dev-api.brandcast.app" # Production environment [env.production] vars = { BRANDCAST_API_URL = "https://dev-api.brandcast.app" } # Temporarily using dev backend for OAuth testing routes = [ { pattern = "cozi-mcp.familycast.app/*", zone_name = "familycast.app" } ] # Secrets (set via: wrangler secret put SECRET_NAME) # INTERNAL_API_KEY - BrandCast internal API key (same as backend) # JWT_SECRET - For validating MCP JWTs (same as backend)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BrandCast-Signage/cozi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server