RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.temporal-cortex/mcp · v0.9.1
18 deterministic calendar tools: contact resolution, temporal context, availability, booking
Temporal Cortex Calendar MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
]
}
}
}GOOGLE_CLIENT_ID可选Google OAuth Client ID (required for Google Calendar)
GOOGLE_CLIENT_SECRET可选secretGoogle OAuth Client Secret (required if using Google Calendar)
GOOGLE_OAUTH_CREDENTIALS可选Path to Google OAuth JSON credentials file (alternative to CLIENT_ID + SECRET)
MICROSOFT_CLIENT_ID可选Azure AD app ID (required for Outlook Calendar)
MICROSOFT_CLIENT_SECRET可选secretAzure AD client secret (required for Outlook Calendar)
TIMEZONE可选IANA timezone override (e.g., America/New_York). Overrides stored config and OS detection.
WEEK_START可选Week start day: 'monday' (default, ISO 8601) or 'sunday'. Overrides stored config.
TENANT_ID可选UUID for tenant isolation (auto-generated if not set)
LOCK_TTL_SECS可选Lock time-to-live in seconds for booking safety
OAUTH_REDIRECT_PORT可选Port for the local OAuth callback server
HTTP_PORT可选Port for HTTP transport. When set, enables streamable HTTP mode instead of stdio.
HTTP_HOST可选Bind address for HTTP transport (default: 127.0.0.1)
ALLOWED_ORIGINS可选Comma-separated allowed Origin headers for HTTP mode. Cross-origin requests rejected if unset.
TEMPORAL_CORTEX_TELEMETRY可选Override telemetry consent: 'off' to disable, 'on' to enable anonymous usage analytics.
REDIS_URLS可选Comma-separated Redis URLs for distributed locking within Platform Mode. Optional.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.temporal-cortex/mcp",
"type": "mcp-server",
"version": "0.9.1",
"displayName": "Temporal Cortex Calendar MCP",
"description": "18 deterministic calendar tools: contact resolution, temporal context, availability, booking",
"repository": {
"url": "https://github.com/temporal-cortex/mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@temporal-cortex/cortex-mcp",
"version": "0.9.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "GOOGLE_CLIENT_ID",
"description": "Google OAuth Client ID (required for Google Calendar)"
},
{
"name": "GOOGLE_CLIENT_SECRET",
"description": "Google OAuth Client Secret (required if using Google Calendar)",
"isSecret": true
},
{
"name": "GOOGLE_OAUTH_CREDENTIALS",
"description": "Path to Google OAuth JSON credentials file (alternative to CLIENT_ID + SECRET)"
},
{
"name": "MICROSOFT_CLIENT_ID",
"description": "Azure AD app ID (required for Outlook Calendar)"
},
{
"name": "MICROSOFT_CLIENT_SECRET",
"description": "Azure AD client secret (required for Outlook Calendar)",
"isSecret": true
},
{
"name": "TIMEZONE",
"description": "IANA timezone override (e.g., America/New_York). Overrides stored config and OS detection."
},
{
"name": "WEEK_START",
"description": "Week start day: 'monday' (default, ISO 8601) or 'sunday'. Overrides stored config."
},
{
"name": "TENANT_ID",
"description": "UUID for tenant isolation (auto-generated if not set)"
},
{
"name": "LOCK_TTL_SECS",
"description": "Lock time-to-live in seconds for booking safety"
},
{
"name": "OAUTH_REDIRECT_PORT",
"description": "Port for the local OAuth callback server"
},
{
"name": "HTTP_PORT",
"description": "Port for HTTP transport. When set, enables streamable HTTP mode instead of stdio."
},
{
"name": "HTTP_HOST",
"description": "Bind address for HTTP transport (default: 127.0.0.1)"
},
{
"name": "ALLOWED_ORIGINS",
"description": "Comma-separated allowed Origin headers for HTTP mode. Cross-origin requests rejected if unset."
},
{
"name": "TEMPORAL_CORTEX_TELEMETRY",
"description": "Override telemetry consent: 'off' to disable, 'on' to enable anonymous usage analytics."
},
{
"name": "REDIS_URLS",
"description": "Comma-separated Redis URLs for distributed locking within Platform Mode. Optional."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.temporal-cortex/mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.temporal-cortex%2Fmcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}