taghvim
面向 AI agent 的确定性时间推理引擎 — 日期/时间运算、时区转换、历法系统、节假日、工作日和重复规则
Deterministic temporal reasoning engine for AI agents — date/time arithmetic, timezone conversion, calendar systems, holidays, business days, and recurrence
怎么安装
npx -y taghvim-mcp 简介
Taghvim **Deterministic temporal reasoning engine for AI agents.** LLMs are surprisingly bad at dates, timezones, business days, holidays, and recurring schedules. Taghvim gives agents deterministic temporal primitives they can call instead of guessing. bash npx taghvim-mcp Why Taghvim When a user asks an agent to "schedule the report for the last business day of next month at 9 AM London time", the agent needs to: 1. Resolve "next month" → deterministic date range 2. Find the last business day → skip weekends + holidays 3. Attach "9 AM London" → timezone-aware timestamp 4. Return a structured…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-09-06
- 创建于
- 2016-12-16
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:punkpeye/awesome-mcp-servers
- 主题标签
- api, js
同类推荐
ms-365-mcp-server
softeria/ms-365-mcp-server
一个模型上下文协议(MCP)服务器,通过Graph API与Microsoft 365和Office服务交互。