mcp-express-sse
0
The project sets up a Model Context Protocol (MCP) Server with HTTP and Server-Sent Events (SSE) capabilities. It provides steps to clone, build, and run the server, focusing on ease of debugging with an Inspector tool.
©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