rekog-labs/MCP-Nest
A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.
This module helps developers running NestJS applications to expose their existing code as tools, data, and prompts that AI models can understand and interact with. It allows you to define methods, data, and templates within your NestJS application and make them accessible via the Model Context Protocol (MCP). The primary users are backend developers building AI-powered applications or integrating AI into existing systems.
599 stars. Actively maintained with 2 commits in the last 30 days.
Use this if you are a backend developer using NestJS and need to turn your application's logic, data, or prompt templates into discoverable and usable services for AI agents, effectively creating an 'API for AI'.
Not ideal if you are not working with NestJS or if your goal is to build AI models directly rather than exposing application capabilities to them.
Stars
599
Forks
104
Language
TypeScript
License
MIT
Category
Last pushed
Mar 11, 2026
Commits (30d)
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/rekog-labs/MCP-Nest"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related servers
hmake98/nestjs-starter
Production-ready NestJS boilerplate with JWT auth, PostgreSQL/Prisma, AWS S3/SES, Bull/Redis...
bamada/nestjs-mcp
NestJS module for seamless Model Context Protocol (MCP) server integration using decorators.
btwld/nest-mcp
Build Model Context Protocol (MCP) servers, clients, and gateways using the NestJS ecosystem you...
ts-oas/nest-openapi
A modern, modular set of utilities for building OpenAPI-driven NestJS apps.
Muzikanto/nestjs-mcp
NestJS MCP (Model Context Protocol) module — allows you to create “tools” (functions) for LLM or...