JUHE API Marketplace
RenzoReccio avatar
MCP Server

NestJS MCP Server

A demonstration implementation of Model Context Protocol (MCP) using NestJS framework, allowing developers to build MCP-compatible applications with playground testing capabilities.

0
GitHub Stars
8/23/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

Description

This repository demonstrates a MCP implementation with NestJS

Installation

$ npm install

Running the Application

# Development mode
$ npm run start

# Watch mode
$ npm run start:dev

# Production mode
$ npm run start:prod

Run MCP Playground

$ npx @modelcontextprotocol/inspector@0.16.2

More information: https://modelcontextprotocol.io/

Testing

# Unit tests
$ npm run test

# End-to-end tests
$ npm run test:e2e

# Test coverage
$ npm run test:cov

Docker

You can run the application using Docker for a consistent and isolated environment.

Build the Docker Image

$ docker build -t nestjs-mcp .

Run the Docker Container

$ docker run -p 3000:3000 nestjs-mcp

Stop the Docker Container

To stop the running container, find its container ID and stop it:

$ docker ps
$ docker stop <container_id>

Author

  • Renzo Reccio

Stay Connected

Stay updated with the latest developments and news related to this project.

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source