送信

Temporal MCP

@Mocksi

Temporal MCP is a bridge connecting AI assistants like Claude with the powerful Temporal workflow engine. By implementing the Model Context Protocol (MCP), it allows AI assistants to discover, execute, and monitor complex workflow orchestrations—all through natural language conversations.
概要

Empowering AI with Workflow Orchestration

Temporal MCP is a bridge connecting AI assistants like Claude with the powerful Temporal workflow engine. By implementing the Model Context Protocol (MCP), it allows AI assistants to discover, execute, and monitor complex workflow orchestrations—all through natural language conversations.

サーバー設定

{
  "mcpServers": {
    "temporal-mcp": {
      "command": "/full/path/to/your/bin/temporal-mcp",
      "args": [
        "--config",
        "/full/path/to/your/config.yml"
      ],
      "env": {}
    }
  }
}