Temporal Cortex MCP
Rank #1,206io.github.billylui/temporal-cortex-mcp
MCP server providing temporal-cortex-mcp capabilities
Temporal Cortex MCP is a Model Context Protocol (MCP) server published by billylui. It ranks #1,206 of 132,345 servers tracked on MCP Toplist, and its repository has 206 GitHub stars. Temporal Cortex MCP is listed across 2 registries — Official MCP and mcp.so, with 20 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Feb 26, 2026.
Ranks ahead of 131,139 of 132,345 servers on MCP Toplist.
Use Temporal Cortex MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add temporal-cortex-mcp -e "GOOGLE_CLIENT_ID=<your GOOGLE_CLIENT_ID>" -e "GOOGLE_CLIENT_SECRET=<your GOOGLE_CLIENT_SECRET>" -e "GOOGLE_OAUTH_CREDENTIALS=<your GOOGLE_OAUTH_CREDENTIALS>" -e "MICROSOFT_CLIENT_ID=<your MICROSOFT_CLIENT_ID>" -e "MICROSOFT_CLIENT_SECRET=<your MICROSOFT_CLIENT_SECRET>" -e "TIMEZONE=<your TIMEZONE>" -e "WEEK_START=<your WEEK_START>" -e "TENANT_ID=<your TENANT_ID>" -e "LOCK_TTL_SECS=<your LOCK_TTL_SECS>" -e "OAUTH_REDIRECT_PORT=<your OAUTH_REDIRECT_PORT>" -e "HTTP_PORT=<your HTTP_PORT>" -e "HTTP_HOST=<your HTTP_HOST>" -e "ALLOWED_ORIGINS=<your ALLOWED_ORIGINS>" -e "TEMPORAL_CORTEX_TELEMETRY=<your TEMPORAL_CORTEX_TELEMETRY>" -e "REDIS_URLS=<your REDIS_URLS>" -- npx -y @temporal-cortex/cortex-mcpReplace each placeholder with your own value before saving.
[mcp_servers.temporal-cortex-mcp]
command = "npx"
args = ["-y", "@temporal-cortex/cortex-mcp"]
[mcp_servers.temporal-cortex-mcp.env]
GOOGLE_CLIENT_ID = "<your GOOGLE_CLIENT_ID>"
GOOGLE_CLIENT_SECRET = "<your GOOGLE_CLIENT_SECRET>"
GOOGLE_OAUTH_CREDENTIALS = "<your GOOGLE_OAUTH_CREDENTIALS>"
MICROSOFT_CLIENT_ID = "<your MICROSOFT_CLIENT_ID>"
MICROSOFT_CLIENT_SECRET = "<your MICROSOFT_CLIENT_SECRET>"
TIMEZONE = "<your TIMEZONE>"
WEEK_START = "<your WEEK_START>"
TENANT_ID = "<your TENANT_ID>"
LOCK_TTL_SECS = "<your LOCK_TTL_SECS>"
OAUTH_REDIRECT_PORT = "<your OAUTH_REDIRECT_PORT>"
HTTP_PORT = "<your HTTP_PORT>"
HTTP_HOST = "<your HTTP_HOST>"
ALLOWED_ORIGINS = "<your ALLOWED_ORIGINS>"
TEMPORAL_CORTEX_TELEMETRY = "<your TEMPORAL_CORTEX_TELEMETRY>"
REDIS_URLS = "<your REDIS_URLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"temporal-cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_OAUTH_CREDENTIALS": "<your GOOGLE_OAUTH_CREDENTIALS>",
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>",
"MICROSOFT_CLIENT_SECRET": "<your MICROSOFT_CLIENT_SECRET>",
"TIMEZONE": "<your TIMEZONE>",
"WEEK_START": "<your WEEK_START>",
"TENANT_ID": "<your TENANT_ID>",
"LOCK_TTL_SECS": "<your LOCK_TTL_SECS>",
"OAUTH_REDIRECT_PORT": "<your OAUTH_REDIRECT_PORT>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_HOST": "<your HTTP_HOST>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"TEMPORAL_CORTEX_TELEMETRY": "<your TEMPORAL_CORTEX_TELEMETRY>",
"REDIS_URLS": "<your REDIS_URLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"temporal-cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_OAUTH_CREDENTIALS": "<your GOOGLE_OAUTH_CREDENTIALS>",
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>",
"MICROSOFT_CLIENT_SECRET": "<your MICROSOFT_CLIENT_SECRET>",
"TIMEZONE": "<your TIMEZONE>",
"WEEK_START": "<your WEEK_START>",
"TENANT_ID": "<your TENANT_ID>",
"LOCK_TTL_SECS": "<your LOCK_TTL_SECS>",
"OAUTH_REDIRECT_PORT": "<your OAUTH_REDIRECT_PORT>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_HOST": "<your HTTP_HOST>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"TEMPORAL_CORTEX_TELEMETRY": "<your TEMPORAL_CORTEX_TELEMETRY>",
"REDIS_URLS": "<your REDIS_URLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"temporal-cortex-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_OAUTH_CREDENTIALS": "<your GOOGLE_OAUTH_CREDENTIALS>",
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>",
"MICROSOFT_CLIENT_SECRET": "<your MICROSOFT_CLIENT_SECRET>",
"TIMEZONE": "<your TIMEZONE>",
"WEEK_START": "<your WEEK_START>",
"TENANT_ID": "<your TENANT_ID>",
"LOCK_TTL_SECS": "<your LOCK_TTL_SECS>",
"OAUTH_REDIRECT_PORT": "<your OAUTH_REDIRECT_PORT>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_HOST": "<your HTTP_HOST>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"TEMPORAL_CORTEX_TELEMETRY": "<your TEMPORAL_CORTEX_TELEMETRY>",
"REDIS_URLS": "<your REDIS_URLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"temporal-cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_OAUTH_CREDENTIALS": "<your GOOGLE_OAUTH_CREDENTIALS>",
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>",
"MICROSOFT_CLIENT_SECRET": "<your MICROSOFT_CLIENT_SECRET>",
"TIMEZONE": "<your TIMEZONE>",
"WEEK_START": "<your WEEK_START>",
"TENANT_ID": "<your TENANT_ID>",
"LOCK_TTL_SECS": "<your LOCK_TTL_SECS>",
"OAUTH_REDIRECT_PORT": "<your OAUTH_REDIRECT_PORT>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_HOST": "<your HTTP_HOST>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"TEMPORAL_CORTEX_TELEMETRY": "<your TEMPORAL_CORTEX_TELEMETRY>",
"REDIS_URLS": "<your REDIS_URLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"temporal-cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>",
"GOOGLE_OAUTH_CREDENTIALS": "<your GOOGLE_OAUTH_CREDENTIALS>",
"MICROSOFT_CLIENT_ID": "<your MICROSOFT_CLIENT_ID>",
"MICROSOFT_CLIENT_SECRET": "<your MICROSOFT_CLIENT_SECRET>",
"TIMEZONE": "<your TIMEZONE>",
"WEEK_START": "<your WEEK_START>",
"TENANT_ID": "<your TENANT_ID>",
"LOCK_TTL_SECS": "<your LOCK_TTL_SECS>",
"OAUTH_REDIRECT_PORT": "<your OAUTH_REDIRECT_PORT>",
"HTTP_PORT": "<your HTTP_PORT>",
"HTTP_HOST": "<your HTTP_HOST>",
"ALLOWED_ORIGINS": "<your ALLOWED_ORIGINS>",
"TEMPORAL_CORTEX_TELEMETRY": "<your TEMPORAL_CORTEX_TELEMETRY>",
"REDIS_URLS": "<your REDIS_URLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.billylui%2Ftemporal-cortex-mcp)<a href="https://mcptoplist.com/server/io.github.billylui%2Ftemporal-cortex-mcp"><img src="https://mcptoplist.com/badge/io.github.billylui%2Ftemporal-cortex-mcp.svg" alt="MCP Toplist: Top 1% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
billylui
Available versions (20)
| Version | Published |
|---|---|
| 0.5.0 | Feb 26, 2026 |
| 0.4.5 | Feb 25, 2026 |
| 0.4.4 | Feb 25, 2026 |
| 0.4.3 | Feb 24, 2026 |
| 0.4.2 | Feb 24, 2026 |
| 0.4.1 | Feb 23, 2026 |
| 0.4.0 | Feb 23, 2026 |
| 0.3.6 | Feb 23, 2026 |
| 0.3.5 | Feb 23, 2026 |
| 0.3.4 | Feb 23, 2026 |
| 0.3.3 | Feb 22, 2026 |
| 0.3.2 | Feb 22, 2026 |
| 0.3.1 | Feb 22, 2026 |
| 0.3.0 | Feb 22, 2026 |
| 0.2.2 | Feb 22, 2026 |
| 0.2.1 | Feb 20, 2026 |
| 0.2.0 | Feb 20, 2026 |
| 0.1.2 | Feb 20, 2026 |
| 0.1.1 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Temporal Cortex MCP?
- Temporal Cortex MCP is maintained by billylui, which publishes 1 MCP server (20 total versions) tracked on MCP Toplist.
- Is Temporal Cortex MCP listed on the Official MCP Registry?
- Yes — Temporal Cortex MCP is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Temporal Cortex MCP have?
- MCP Toplist tracks 20 versions of Temporal Cortex MCP, most recently published on Feb 26, 2026.
- Where can I find the source code for Temporal Cortex MCP?
- The source code for Temporal Cortex MCP is hosted at github.com/billylui/temporal-cortex-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.