Temporal MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_REGION | No | Default region for Temporal Cloud (us, eu, au, in) | us |
| TEMPORAL_API_KEY | Yes | Your Temporal Cloud API key | |
| TEMPORAL_ACCOUNT_ID | Yes | Your Temporal Cloud account ID |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_workflow_step_resultsA | Get processed step results from a workflow execution including resultUri, step names, durations, and success status. This is a compact summary perfect for analyzing what happened in each step without the full raw history. Use this to get the resultUri for downloading detailed step logs. |
| get_workflow_execution_historyA | Get the complete RAW execution history of a Temporal workflow. Returns all events from the workflow history including activity executions, signals, timers, etc. WARNING: This can be very large. Use get_workflow_step_results instead for a compact summary with resultUri. |
| list_workflow_executionsB | List workflow executions with optional filtering using Temporal visibility query syntax. Can filter by workflow type, status, start time, etc. |
| describe_workflow_executionC | Get detailed information about a workflow execution including its current status, history length, start time, close time, and more. |
| fetch_workflow_historyB | Convenience method to fetch complete workflow history using the workflow handle. Similar to get_workflow_execution_history but may be easier to use when you only have the workflow ID. |
| terminate_workflow_executionA | Terminate a running workflow execution. This immediately stops the workflow and marks it as terminated. |
| list_closed_workflow_executionsA | List workflow executions that have closed (completed, failed, terminated, etc.) within a specific time range. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shimantakb-sprinto/temporal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server