MCP.so
Sign In
T

Temporal Cortex MCP

@temporal-cortex

About 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

Basic information

Category

Other

Transports

stdio

Publisher

temporal-cortex

Submitted by

Billy Lui

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers