Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NestJS MCP Servershow me how to run the Docker container"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Description
This repository demonstrates a MCP implementation with NestJS
Related MCP server: Upstash MCP Server
Installation
$ npm installRunning the Application
# Development mode
$ npm run start
# Watch mode
$ npm run start:dev
# Production mode
$ npm run start:prodRun MCP Playground
$ npx @modelcontextprotocol/inspector@0.16.2More information: https://modelcontextprotocol.io/
Testing
# Unit tests
$ npm run test
# End-to-end tests
$ npm run test:e2e
# Test coverage
$ npm run test:covDocker
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-mcpStop 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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.