Skip to main content
Glama
kk-kd

temporal-mcp

by kk-kd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEMPORAL_ADDRESSNoTemporal server addresslocalhost:7233
TEMPORAL_API_KEYNoAPI key (for Cloud)
TEMPORAL_TLS_KEYNoPath to TLS key (for Cloud)
TEMPORAL_TLS_CERTNoPath to TLS certificate (for Cloud)
TEMPORAL_NAMESPACENoTemporal namespacedefault

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

CapabilityDetails
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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/kk-kd/temporal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server