Game Development
temporal-mcp.dev
Manages a temporal clock for threads, allowing advancement and peeking of time snapshots.
ENDPOINT 1
https://temporal-mcp.dev/mcp
MCP server metadata
- Name
- temporal-mcp
- Version
- 0.2.0
Known tools 2
temporal_tickAdvance the temporal clock for a thread and return a snapshot (now / prev / gap / day_rollover / fresh_thread).
Inferred read-onlytemporal_peekRead the current temporal snapshot for a thread WITHOUT advancing state.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.temporal-mcp]
url = "https://temporal-mcp.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"temporal-mcp": {
"type": "http",
"url": "https://temporal-mcp.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: temporal-mcp
Remote MCP URL: https://temporal-mcp.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"temporal-mcp": {
"url": "https://temporal-mcp.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"temporal-mcp": {
"type": "http",
"url": "https://temporal-mcp.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "temporal-mcp",
"transport": "streamable-http",
"url": "https://temporal-mcp.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for temporal-mcp.dev was fetched 2026-08-25T17:19:42.938Z and is being refreshed.
temporal-mcp.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.