express-mcp-sse-server
Example MCP SSE Server is an implementation of the Model Context Protocol using Server-Sent Events for real-time communication. It provides an organized approach for managing and communicating with models and resources.
Overview
Example MCP SSE Server provides a Model Context Protocol implementation that allows for real-time communication using Server-Sent Events (SSE). It's designed to work with applications and provides a standardized way of managing and communicating with models and resources.
Features
- Model Context Protocol (MCP) implementation
- Server-Sent Events (SSE) for real-time communication
- Resource templating and management
Usage
The server can be started in development mode to use the MCP inspector for debugging, or in production mode. By default, it runs on port 3001 but is configurable via the PORT
environment variable. It provides endpoints for SSE connections and message sending.