Example Servers
A list of example servers built with Muppet
This page showcases a few example servers built with Muppet. These examples are designed to help you understand how to use Muppet in different scenarios and runtimes, and provide a starting point for your own projects.
- with-stdio - Runs in Node.js and uses
StdioServerTransporttransport layer from@modelcontextprotocol/sdkto connect. - example-forecast - A simple weather server that exposes two tools:
get-alertsandget-forecast, which can be used to fetch weather alerts and forecasts, respectively. - with-sse-express - Runs in Node.js and uses
SseServerTransporttransport layer from@modelcontextprotocol/sdkto connect. - with-streaming - Uses
StreamableHTTPTransporttransport layer from@hono/mcpto connect and can be used with all the runtimes which support Streaming with hono. More details about that here.