sse-mcp-server-example

satendrakumar/sse-mcp-server-example

3.2

If you are the rightful owner of sse-mcp-server-example 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.

A server-sent events (SSE) Model Context Protocol (MCP) server implementation.

sse-mcp-server-example

A server-sent events (SSE) Model Context Protocol (MCP) server implementation.

Getting Started

Start MCP Server Locally

./start.sh

Start MCP Server in the Docker

# Docker build
docker build -t sse-mcp-server-example:v1.0.0 .

# Docker run 
docker run -d --name sse-mcp-server -e PORT=8080 -p 8080:8080 sse-mcp-server-example:v1.0.0