Skip to content

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.

Notifications You must be signed in to change notification settings

webmechanicx/mcp-express-sse

Repository files navigation

mcp server - HTTP with 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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published