temporal-mcp

Your model knows calculus but not what day it is. Fix that.

This endpoint hosts the MCP server temporal-mcp — two tools that give an LLM agent a sense of wall-clock time between turns. Day rollover, gap deltas, fresh-thread detection. No tracking, no email, no signup.

For claude.ai & ChatGPT (OAuth)

Grab a Client ID + Client Secret, paste into Custom Connector, done.

Get OAuth credentials →

For Cursor / Cline / Claude Desktop (raw bearer)

If your client lets you set custom headers, skip the OAuth step. Pick any opaque string as your token and use:

POST https://temporal-mcp.dev/mcp
Authorization: Bearer <any opaque string you choose>

We hash whatever you send before storing anything, so we never see the plaintext. Lose it and your timeline resets; share it and someone can advance your timeline.

Source

github.com/MirrorEthic/temporal-mcp · pypi