MCP Server
Rank #7,506io.github.temporal-cortex/mcp
MCP server providing mcp capabilities
MCP Server is a Model Context Protocol (MCP) server published by temporal-cortex. It ranks #7,506 of 132,345 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 26 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Mar 10, 2026.
Ranks ahead of 124,839 of 132,345 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add temporal-cortex -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]
command = "npx"
args = ["-y", "@temporal-cortex/cortex-mcp"]
[mcp_servers.temporal-cortex.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": {
"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": {
"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": {
"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": {
"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": {
"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.temporal-cortex%2Fmcp)<a href="https://mcptoplist.com/server/io.github.temporal-cortex%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.temporal-cortex%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
temporal-cortex
Available versions (26)
| Version | Published |
|---|---|
| 0.9.1 | Mar 10, 2026 |
| 0.9.0 | Mar 9, 2026 |
| 0.8.1 | Mar 7, 2026 |
| 0.8.0 | Mar 7, 2026 |
| 0.7.9 | Mar 7, 2026 |
| 0.7.8 | Mar 6, 2026 |
| 0.7.7 | Mar 6, 2026 |
| 0.7.6 | Mar 6, 2026 |
| 0.7.5 | Mar 6, 2026 |
| 0.7.4 | Mar 5, 2026 |
| 0.7.3 | Mar 4, 2026 |
| 0.7.2 | Mar 4, 2026 |
| 0.7.1 | Mar 4, 2026 |
| 0.7.0 | Mar 4, 2026 |
| 0.6.2 | Mar 4, 2026 |
| 0.6.1 | Mar 4, 2026 |
| 0.6.0 | Mar 3, 2026 |
| 0.5.9 | Mar 3, 2026 |
| 0.5.8 | Mar 1, 2026 |
| 0.5.7 | Mar 1, 2026 |
| 0.5.6 | Feb 28, 2026 |
| 0.5.5 | Feb 28, 2026 |
| 0.5.4 | Feb 28, 2026 |
| 0.5.3 | Feb 28, 2026 |
| 0.5.2 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by temporal-cortex, which publishes 1 MCP server (26 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does MCP Server have?
- MCP Toplist tracks 26 versions of MCP Server, most recently published on Mar 10, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/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.