simple-mcp-server
The Simple MCP Server is a lightweight implementation that exposes custom tools through Server-Sent Events (SSE) for easy integration with AI clients. It supports containerized deployment using Docker, making it quick to run and configure.
Overview
This repository provides a simple MCP Server that implements custom tools and exposes them over Server-Sent Events (SSE). It is containerized for easy deployment via Docker Compose and includes example tools such as weather alerts and forecast. The server can be run in a Docker container and integrates seamlessly with clients that support the MCP protocol.
Features
- Exposes tools as MCP endpoints over SSE
- Containerized for easy deployment via Docker Compose
- Configurable port and host
- Example tools included (e.g., weather alerts & forecast)
Usage
Configure your MCP-compatible client to connect via SSE at http://localhost:8100/sse
. Available endpoints include GET and POST methods for opening SSE streams and sending JSON-RPC requests.