injusticescorpio/greet-mcp-sse
If you are the rightful owner of greet-mcp-sse 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.
The Remote MCP Server with SSE is designed to connect multiple clients using SSEServerTransport, facilitating real-time communication.
Remote MCP Server with SSE
An MCP server that is able to connect to multiple client with SSEServerTransport.
Set up on both client and server side
- Run
npm install
to install necessary dependency on both client and server folder - Run
npm start
on different terminal session for both client and server.