Skip to content
Cline

Temporal Cortex Calendar MCP for Cline

io.github.temporal-cortex/mcp

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

client:Cline transport:stdio runtime:npm

Install Temporal Cortex Calendar MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Temporal Cortex Calendar MCP in other clients