Servers
T
Temporal Cortex MCP
@billylui
Temporal Cortex is a Model Context Protocol server that gives AI agents deterministic calendar capabilities — temporal context, datetime resolution, multi-calendar availability merging across Google Calendar, Microsoft Outlook, and CalDAV, and conflict-free booking with Two-Phase
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"temporal-cortex": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/[email protected]"
],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
"GOOGLE_CLIENT_SECRET": "your-client-secret",
"TIMEZONE": "America/New_York"
}
}
}
}