webmechanicx/mcp-express-sse
If you are the rightful owner of mcp-express-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 MCP Server - HTTP with SSE is a server implementation that utilizes the Model Context Protocol (MCP) to facilitate communication over HTTP with Server-Sent Events (SSE).
©collabnix.com
MCP Server - HTTP with SSE
Introduction
Get started with the Model Context Protocol (MCP) Click here
Clone, Build and Run!!
Step 1: Clone the repo
Step 2: npm install
Step 3: npm run build
Step 4: Run the MCP Server
npm start
Step 4: Run the inspector for debuging
npx @modelcontextprotocol/inspector node build/index.js
Step 5: In Inspector click the "Connect" button. That's it!!
Dependencies
npm install express
npm install typescript
npm install @types/node
npm install @types/express
npm install nodemon
npm install ts-node
npm install pre-commit
npm install rimraf