Temporal Cortex Calendar MCP for Cursor
io.github.billylui/temporal-cortex-mcp
12 deterministic calendar tools — temporal context, scheduling, availability, and booking
client:Cursor
transport:stdio
runtime:npm
Install Temporal Cortex Calendar MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"temporal-cortex-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs