The Mcp Sse server demonstrates a Server-Sent Events (SSE) based implementation of the Model Context Protocol that decouples MCP servers from clients as independent processes communicating over HTTP. It provides a weather service server exposing tools like `get_forecast` and `get_alerts` via National Weather Service APIs, along with a standalone client that can connect to and invoke these tools remotely. This pattern enables cloud-native architectures where agents can dynamically connect to, use, and disconnect from MCP servers across distributed systems, offering an alternative to the traditional stdio-based subprocess model.
claude mcp add --transport stdio sidharthrajaram-mcp-sse uvx mcp-sse