MCP_Server

rahosung/MCP_Server

3.2

If you are the rightful owner of MCP_Server 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.

A NestJS module for creating an MCP (Model Context Protocol) server with Server-Sent Events (SSE) transport.

The NestJS MCP Server Module is designed to facilitate the creation of a Model Context Protocol server using Server-Sent Events (SSE) for real-time data streaming and tool execution. This module simplifies the process of setting up an MCP server by providing automatic discovery and registration of tools and resources, Zod-based request validation, progress notifications, and guard-based authentication. It is particularly useful for applications that require real-time updates and secure communication between clients and servers.

Features

  • SSE Transport for streaming and tool execution
  • Automatic tool and resource discovery and registration
  • Zod-based request validation
  • Progress notifications
  • Guard-based authentication

Tools

  1. hello-world

    Returns a greeting and simulates a long operation with progress updates