MCP Server - HTTP with SSE - For remote servers, launch a web server that includes a Server-Sent Events (SSE) endpoint for pushing updates to clients, along with a separate endpoint to receive messages sent from the client.
Documentation
©collabnix.com
MCP Server - HTTP with SSE
Introduction
Get started with the Model Context Protocol (MCP)
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
Similar MCP
Based on tags & features
Trending MCP
Most active this week