Skip to content

Temporal Cortex Calendar MCP for Zed

io.github.billylui/temporal-cortex-mcp

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

client:Zed transport:stdio runtime:npm

Install Temporal Cortex Calendar MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Temporal Cortex Calendar MCP in other clients