sse-mcp-server
If you are the rightful owner of sse-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository provides a sample implementation of a Model Context Protocol (MCP) server using Server-Sent Events (SSE), designed for deployment with Netlify Edge Functions.
The SSE MCP Server is a sample implementation that leverages Server-Sent Events (SSE) for real-time communication. It is designed to be deployed using Netlify Edge Functions, providing a robust server-side implementation. The server supports real-time data streaming to clients, making it suitable for applications requiring live updates. The repository includes a simple client interface for testing and interaction with the server. Recent updates have improved stability by adding periodic ping messages to maintain SSE connections, addressing previous 502 errors encountered on Netlify.
Features
- Real-time communication using SSE
- Server-side implementation with Netlify Edge Functions
- Simple client interface for testing
- Periodic ping messages to maintain connections
- Easy deployment and setup