temporal-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEMPORAL_ADDRESS | No | Temporal server address | localhost:7233 |
| TEMPORAL_API_KEY | No | API key (for Cloud) | |
| TEMPORAL_TLS_KEY | No | Path to TLS key (for Cloud) | |
| TEMPORAL_TLS_CERT | No | Path to TLS certificate (for Cloud) | |
| TEMPORAL_NAMESPACE | No | Temporal namespace | default |
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 |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workflowsA | List workflow executions from Temporal. Args: query: Optional query filter (Temporal list filter syntax). Example: 'WorkflowType="MyWorkflow" AND ExecutionStatus="Running"' limit: Maximum number of workflows to return (default 10, max 100) |
| describe_workflowA | Get detailed information about a specific workflow execution. Args: workflow_id: The workflow ID to describe run_id: Optional run ID (uses latest run if not specified) |
| get_workflow_historyA | Get the event history for a workflow execution. Args: workflow_id: The workflow ID run_id: Optional run ID (uses latest run if not specified) max_events: Maximum number of events to return (default 100, max 1000) |
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/kk-kd/temporal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server