Temporal Cortex MCP
@temporal-cortex
关于 Temporal Cortex MCP
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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"temporal-cortex": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
"GOOGLE_CLIENT_SECRET": "your-client-secret",
"TIMEZONE": "America/New_York"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Temporal Cortex MCP?
Temporal Cortex MCP 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 Commit. It is powered by Truth Engine.
How to use Temporal Cortex MCP?
Install using the command npx @temporal-cortex/cortex-mcp. After installation, configure the server within an AI agent’s MCP client to enable the calendar features described in the README.
Key features of Temporal Cortex MCP
- Deterministic calendar context for AI agents
- Datetime resolution from natural language
- Multi-calendar availability merging (Google, Outlook, CalDAV)
- Conflict-free booking with Two-Phase Commit
- Powered by Truth Engine
Use cases of Temporal Cortex MCP
- Resolve ambiguous date/time references in AI conversations
- Merge availability across personal and work calendars
- Schedule meetings without double-booking using Two-Phase Commit
- Automate calendar lookups across multiple providers
FAQ from Temporal Cortex MCP
—
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论