mcp-sse
262
The project showcases an SSE-based implementation for MCP servers and clients, focusing on weather forecasting tools utilizing the National Weather Service APIs. It highlights the advantages of decoupling server and client processes for cloud-native applications.
Overview
- This project demonstrates an SSE-based MCP server and standalone MCP clients.
- Provides tools from the National Weather Service APIs for getting weather alerts and forecasts.
- Suitable for "cloud-native" use-cases as it allows for decoupled server and client processes.
- Installation can be automated via Smithery CLI.
- Includes both server (
weather.py
) and client (client.py
) components.