
temporal mcp server
一个与 Temporal 集成的 MCP 服务器,用于暴露工作流历史和附加资源。
Repository Info
About This Server
一个与 Temporal 集成的 MCP 服务器,用于暴露工作流历史和附加资源。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Temporal Server
An MCP server that integrates with Temporal to expose workflow history and additional resources.
Tools
workflow_history: Retrieve the history of a Temporal workflow by providing the required arguments.
Resources
test://resource: A guide for understanding workflow histories.
Environment
TEMPORAL_ADDRESS: The Temporal server address (default:localhost:7233).TEMPORAL_NAMESPACE: The Temporal namespace (default:default).PORT: The port for the MCP server (default:8080).
Usage
Running the Server
Start the MCP server:
go run cmd/server/main.go
Using the workflow_history Tool
Send a request to retrieve a workflow's history:
{
"tool": "workflow_history",
"arguments": {
"workflow_id": "your-workflow-id",
"run_id": "your-run-id"
}
}
Accessing the test://resource Resource
Retrieve the guide for understanding workflow histories:
{
"resource": "test://resource"
}
Quick Start
Clone the repository
git clone https://github.com/robryanx/temporal-mcp-serverInstall dependencies
cd temporal-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.