
temporal-mcp
Wall-clock awareness for LLM agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
Wall-clock awareness for LLM agents. Two tools: elapsed-time-between-turns + day rollover detection.
Список инструментов сервера (2)
Технические названия из tools/list. Нужны только разработчикам.
| 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 deltas remain meaningful across page reloads. |
| 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. |