rekog-labs/MCP-Nest
A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.
Leverages NestJS decorators and dependency injection to map service methods directly as MCP tools, resources, and prompts with automatic Zod validation and discovery. Supports multiple transports (HTTP+SSE, streamable HTTP, STDIO) with built-in OAuth/guard-based authentication and optional external authorization server integration (Keycloak, Auth0). Enables interactive tool calls with user elicitation, per-tool authorization, and runtime capability registration for enterprise-grade MCP server implementations.
599 stars. Actively maintained with 4 commits in the last 30 days.
Stars
599
Forks
104
Language
TypeScript
License
MIT
Category
Last pushed
Mar 11, 2026
Commits (30d)
4
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...
btwld/nest-mcp
Build Model Context Protocol (MCP) servers, clients, and gateways using the NestJS ecosystem you...
bamada/nestjs-mcp
NestJS module for seamless Model Context Protocol (MCP) server integration using decorators.
ts-oas/nest-openapi
A modern, modular set of utilities for building OpenAPI-driven NestJS apps.
wmt-mobile/localnest
Local-only MCP server for secure project context retrieval across cloned repositories.