fast-mcp-server

fast-mcp-server

0

The Fast MCP Server is a lightweight protocol server designed to expose custom tools through Server-Sent Events for AI client integration. It offers easy deployment via Docker and includes example functionalities like weather alerts.

Overview

This project is a lightweight MCP Server implementation that exposes custom tools via Server-Sent Events (SSE) for integration with AI clients. It supports containerized deployment using Docker and includes example tools like weather alerts and forecasts.

Features

  • Exposes tools as MCP endpoints over SSE
  • Containerized deployment using Docker
  • Configurable port and host settings
  • Includes example tools such as weather alerts

Prerequisites

  • Docker version 20.10 or higher
  • Docker Compose version 1.29 or higher