For claude.ai, ChatGPT, and other surfaces that require OAuth 2.0.
Click below to generate a fresh credential pair. We never store your email or any other identifier — the credentials are the identity. They key your timeline.
https://temporal-mcp.dev/mcpCursor / Cline / Claude Desktop / Zed / Claude Code — skip the OAuth dance. Send any opaque string as a bearer token:
POST https://temporal-mcp.dev/mcp Authorization: Bearer <any UUID or passphrase you pick>
xAI / Grok (or anything else where the connector UI only takes a URL with no header or token field) — embed your token in the URL itself:
https://temporal-mcp.dev/mcp/<any-UUID-or-passphrase-you-pick>
URL-embedded tokens are less safe than headers — URLs show up in referrer headers and proxy logs. The threat in our model is "someone advances your timeline," not data exposure (we hold no PII), but rotate (generate a fresh URL with a new random string) if your token ever leaks.
Source: github.com/MirrorEthic/temporal-mcp · PyPI: temporal-mcp