MCP.so
登录
T

Temporal Cortex MCP

@temporal-cortex

关于 Temporal Cortex MCP

Temporal Cortex is a Model Context Protocol server that gives AI agents deterministic calendar capabilities — temporal context, datetime resolution, multi-calendar availability merging across Google Calendar, Microsoft Outlook, and CalDAV, and conflict-free booking with Two-Phase

基本信息

分类

其他

传输方式

stdio

发布者

temporal-cortex

提交者

Billy Lui

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "temporal-cortex": {
      "command": "npx",
      "args": [
        "-y",
        "@temporal-cortex/cortex-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
        "GOOGLE_CLIENT_SECRET": "your-client-secret",
        "TIMEZONE": "America/New_York"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Temporal Cortex MCP?

Temporal Cortex MCP is a Model Context Protocol server that gives AI agents deterministic calendar capabilities — temporal context, datetime resolution, multi-calendar availability merging across Google Calendar, Microsoft Outlook, and CalDAV, and conflict-free booking with Two-Phase Commit. It is powered by Truth Engine.

How to use Temporal Cortex MCP?

Install using the command npx @temporal-cortex/cortex-mcp. After installation, configure the server within an AI agent’s MCP client to enable the calendar features described in the README.

Key features of Temporal Cortex MCP

  • Deterministic calendar context for AI agents
  • Datetime resolution from natural language
  • Multi-calendar availability merging (Google, Outlook, CalDAV)
  • Conflict-free booking with Two-Phase Commit
  • Powered by Truth Engine

Use cases of Temporal Cortex MCP

  • Resolve ambiguous date/time references in AI conversations
  • Merge availability across personal and work calendars
  • Schedule meetings without double-booking using Two-Phase Commit
  • Automate calendar lookups across multiple providers

FAQ from Temporal Cortex MCP

评论

其他 分类下的更多 MCP 服务器