mcp-express-sse

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.

MCP Server - HTTP with SSE

Introduction

Learn about the Model Context Protocol (MCP).

Clone, Build and Run!!

  • Step 1: Clone the repo
  • Step 2: Install dependencies
  • Step 3: Build the project
  • Step 4: Run the MCP Server and Inspector for debugging.

Dependencies

  • express
  • typescript
  • @types/node
  • @types/express
  • nodemon
  • ts-node
  • pre-commit
  • rimraf