Skip to content
Windsurf

Temporal Cortex Calendar MCP for Windsurf

io.github.billylui/temporal-cortex-mcp

12 deterministic calendar tools — temporal context, scheduling, availability, and booking

client:Windsurf transport:stdio runtime:npm

Install Temporal Cortex Calendar MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "temporal-cortex-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@temporal-cortex/cortex-mcp"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
        "GOOGLE_OAUTH_CREDENTIALS": "<GOOGLE_OAUTH_CREDENTIALS>",
        "MICROSOFT_CLIENT_ID": "<MICROSOFT_CLIENT_ID>",
        "MICROSOFT_CLIENT_SECRET": "<MICROSOFT_CLIENT_SECRET>",
        "TIMEZONE": "<TIMEZONE>",
        "WEEK_START": "<WEEK_START>",
        "TENANT_ID": "<TENANT_ID>",
        "LOCK_TTL_SECS": "<LOCK_TTL_SECS>",
        "OAUTH_REDIRECT_PORT": "<OAUTH_REDIRECT_PORT>",
        "HTTP_PORT": "<HTTP_PORT>",
        "HTTP_HOST": "<HTTP_HOST>",
        "ALLOWED_ORIGINS": "<ALLOWED_ORIGINS>",
        "TEMPORAL_CORTEX_TELEMETRY": "<TEMPORAL_CORTEX_TELEMETRY>",
        "REDIS_URLS": "<REDIS_URLS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Temporal Cortex Calendar MCP in other clients