HomeProductivity › Temporal Cortex Calendar MCP

Temporal Cortex Calendar MCP

18 deterministic calendar tools: contact resolution, temporal context, availability, booking

Rust CloudLocal
★ 13 stars Last pushed 2026-08-31 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.9.1)

npx -y @temporal-cortex/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@temporal-cortex/[email protected]"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_VALUE>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_VALUE>",
        "GOOGLE_OAUTH_CREDENTIALS": "<YOUR_VALUE>",
        "MICROSOFT_CLIENT_ID": "<YOUR_VALUE>",
        "MICROSOFT_CLIENT_SECRET": "<YOUR_VALUE>",
        "TIMEZONE": "<YOUR_VALUE>",
        "WEEK_START": "<YOUR_VALUE>",
        "TENANT_ID": "<YOUR_VALUE>",
        "LOCK_TTL_SECS": "<YOUR_VALUE>",
        "OAUTH_REDIRECT_PORT": "<YOUR_VALUE>",
        "HTTP_PORT": "<YOUR_VALUE>",
        "HTTP_HOST": "<YOUR_VALUE>",
        "ALLOWED_ORIGINS": "<YOUR_VALUE>",
        "TEMPORAL_CORTEX_TELEMETRY": "<YOUR_VALUE>",
        "REDIS_URLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • GOOGLE_CLIENT_ID — Google OAuth Client ID (required for Google Calendar)
  • GOOGLE_CLIENT_SECRET secret — Google OAuth Client Secret (required if using Google Calendar)
  • GOOGLE_OAUTH_CREDENTIALS — Path to Google OAuth JSON credentials file (alternative to CLIENT_ID + SECRET)
  • MICROSOFT_CLIENT_ID — Azure AD app ID (required for Outlook Calendar)
  • MICROSOFT_CLIENT_SECRET secret — Azure AD client secret (required for Outlook Calendar)
  • TIMEZONE — IANA timezone override (e.g., America/New_York). Overrides stored config and OS detection.
  • WEEK_START — Week start day: 'monday' (default, ISO 8601) or 'sunday'. Overrides stored config.
  • TENANT_ID — UUID for tenant isolation (auto-generated if not set)
  • LOCK_TTL_SECS — Lock time-to-live in seconds for booking safety
  • OAUTH_REDIRECT_PORT — Port for the local OAuth callback server
  • HTTP_PORT — Port for HTTP transport. When set, enables streamable HTTP mode instead of stdio.
  • HTTP_HOST — Bind address for HTTP transport (default: 127.0.0.1)
  • ALLOWED_ORIGINS — Comma-separated allowed Origin headers for HTTP mode. Cross-origin requests rejected if unset.
  • TEMPORAL_CORTEX_TELEMETRY — Override telemetry consent: 'off' to disable, 'on' to enable anonymous usage analytics.
  • REDIS_URLS — Comma-separated Redis URLs for distributed locking within Platform Mode. Optional.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry