MCP.so
Sign In

Temporal Durable Mcp Weather Sample

@Aslan11

About Temporal Durable Mcp Weather Sample

The purpose of this repo is to demonstrate how easy it is to leverage workflows as tools for MCP servers by taking modelcontext.io's weather example and making it durable by implementing the MCP tools as Temporal workflows

Basic information

Category

Media & Design

Runtime

python

Transports

stdio

Publisher

Aslan11

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "weather": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/temporal-durable-mcp-weather-sample",
        "run",
        "weather.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Temporal Durable Mcp Weather Sample?

A demonstration repository showing how to implement MCP (Model Context Protocol) tools as durable Temporal workflows, using the modelcontext.io weather example as a base. It targets developers interested in adding reliability and state management to MCP server tools.

How to use Temporal Durable Mcp Weather Sample?

Clone the repo, create a virtual environment with

Comments

More Media & Design MCP servers