Get temporal-mcp credentials

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.

Save these now. The secret is shown once — we store only a hash, so we cannot recover it. If you lose it, generate a new pair (your timeline will reset).

Paste into claude.ai

  1. Settings → Connectors → Add custom connector
  2. URL: https://temporal-mcp.dev/mcp
  3. OAuth Client ID: paste the Client ID above
  4. OAuth Client Secret: paste the Client Secret above
  5. Connect → approve. Done.

Other clients

Cursor / 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