Skip to content
Back to search
90
MCP live v0.2.0 MCP 2025-06-18 streamable-http

temporal-mcp

io.github.mirrorethic/temporal-mcp

Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.

Uptime
100.0%
1 direct probes · 30d
Response
121ms
last probe
Tools
2
callable
Resources
0
readable
Prompts
0
available

Tools · 2

temporal_tick

Advance the temporal clock for a thread and return a snapshot (now / prev / gap / day_rollover / fresh_thread). Call once per user turn. Pass a stable `thread_key` (e.g. the conversation ID) so gap de…

temporal_peek

Read the current temporal snapshot for a thread WITHOUT advancing state. Use this when you want the gap delta but the call is not the canonical per-turn event.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "temporal-mcp": {
      "url": "https://temporal-mcp.dev/mcp",
      "transport": "streamable-http"
    }
  }
}