Serversio.github.temporal-cortex/mcp
M

Temporal Cortex Calendar MCP

io.github.temporal-cortex/mcp · v0.9.1
▦ npm
v0.9.1npm npm: @temporal-cortex/cortex-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.temporal-cortex/mcp",
  "description": "18 deterministic calendar tools: contact resolution, temporal context, availability, booking",
  "title": "Temporal Cortex Calendar MCP",
  "repository": {
    "url": "https://github.com/temporal-cortex/mcp",
    "source": "github"
  },
  "version": "0.9.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@temporal-cortex/cortex-mcp",
      "version": "0.9.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth Client ID (required for Google Calendar)",
          "name": "GOOGLE_CLIENT_ID"
        },
        {
          "description": "Google OAuth Client Secret (required if using Google Calendar)",
          "isSecret": true,
          "name": "GOOGLE_CLIENT_SECRET"
        },
        {
          "description": "Path to Google OAuth JSON credentials file (alternative to CLIENT_ID + SECRET)",
          "name": "GOOGLE_OAUTH_CREDENTIALS"
        },
        {
          "description": "Azure AD app ID (required for Outlook Calendar)",
          "name": "MICROSOFT_CLIENT_ID"
        },
        {
          "description": "Azure AD client secret (required for Outlook Calendar)",
          "isSecret": true,
          "name": "MICROSOFT_CLIENT_SECRET"
        },
        {
          "description": "IANA timezone override (e.g., America/New_York). Overrides stored config and OS detection.",
          "name": "TIMEZONE"
        },
        {
          "description": "Week start day: 'monday' (default, ISO 8601) or 'sunday'. Overrides stored config.",
          "default": "monday",
          "name": "WEEK_START"
        },
        {
          "description": "UUID for tenant isolation (auto-generated if not set)",
          "name": "TENANT_ID"
        },
        {
          "description": "Lock time-to-live in seconds for booking safety",
          "default": "30",
          "name": "LOCK_TTL_SECS"
        },
        {
          "description": "Port for the local OAuth callback server",
          "default": "8085",
          "name": "OAUTH_REDIRECT_PORT"
        },
        {
          "description": "Port for HTTP transport. When set, enables streamable HTTP mode instead of stdio.",
          "name": "HTTP_PORT"
        },
        {
          "description": "Bind address for HTTP transport (default: 127.0.0.1)",
          "default": "127.0.0.1",
          "name": "HTTP_HOST"
        },
        {
          "description": "Comma-separated allowed Origin headers for HTTP mode. Cross-origin requests rejected if unset.",
          "name": "ALLOWED_ORIGINS"
        },
        {
          "description": "Override telemetry consent: 'off' to disable, 'on' to enable anonymous usage analytics.",
          "name": "TEMPORAL_CORTEX_TELEMETRY"
        },
        {
          "description": "Comma-separated Redis URLs for distributed locking within Platform Mode. Optional.",
          "name": "REDIS_URLS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}