Temporal MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMPORAL_HOST | No | Temporal server host and port | localhost:7233 |
| TEMPORAL_API_KEY | No | API key for authentication (enables TLS automatically) | |
| TEMPORAL_NAMESPACE | No | Temporal namespace | default |
| TEMPORAL_TLS_ENABLED | No | Enable TLS (auto-detected if API key or mTLS cert/key provided) | false |
| TEMPORAL_TLS_CLIENT_KEY_PATH | No | Path to mTLS client key | |
| TEMPORAL_TLS_CLIENT_CERT_PATH | No | Path to mTLS client certificate |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| start_workflowC | Start a new Temporal workflow execution |
| query_workflowC | Query a running workflow for its current state |
| signal_workflowB | Send a signal to a running workflow |
| cancel_workflowB | Cancel a running workflow execution |
| get_workflow_resultC | Get the result of a completed workflow |
| describe_workflowC | Get detailed information about a workflow execution |
| list_workflowsA | List workflow executions based on a query. Specify 'limit' to control the number of results (default: 100, max recommended: 1000). Use 'skip' to paginate through results. |
| terminate_workflowC | Forcefully terminate a workflow execution |
| get_workflow_historyB | Get the complete event history of a workflow execution. Specify 'limit' to control the number of events (default: 1000). |
| start_activityC | Start a new standalone Temporal activity execution |
| execute_activityB | Execute a standalone Temporal activity and wait for result |
| get_activity_resultB | Get the result of a standalone activity |
| describe_activityC | Get detailed information about a standalone activity execution |
| list_activitiesA | List standalone activity executions based on a query. Specify 'limit' to control results and 'skip' for pagination. |
| count_activitiesA | Count standalone activity executions matching a query |
| cancel_activityB | Cancel a running standalone activity execution |
| terminate_activityC | Forcefully terminate a standalone activity execution |
| batch_signalA | Send a signal to multiple workflows matching a query. Specify 'limit' to control batch size (default: 100). |
| batch_cancelA | Cancel multiple workflows matching a query with concurrent processing for speed. Use 'concurrency' to control parallel operations (default: 50). |
| batch_terminateB | Terminate multiple workflows matching a query. Specify 'limit' to control batch size (default: 100). |
| batch_cancel_activitiesA | Cancel multiple standalone activities matching a query with concurrent processing for speed. Use 'concurrency' to control parallel operations (default: 50). |
| batch_terminate_activitiesB | Terminate multiple standalone activities matching a query. Specify 'limit' to control batch size (default: 100). |
| create_scheduleB | Create a new schedule for periodic workflow execution |
| list_schedulesB | List all schedules. Specify 'limit' to control the number of results (default: 100). Use 'skip' to paginate through results. |
| pause_scheduleC | Pause a schedule |
| unpause_scheduleC | Resume a paused schedule |
| delete_scheduleC | Delete a schedule |
| trigger_scheduleB | Manually trigger a scheduled workflow immediately |
| continue_as_newB | Signal a workflow to continue as new (restart with new inputs while preserving history link) |
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
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/GethosTheWalrus/temporal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server