btwld/nest-mcp
Build Model Context Protocol (MCP) servers, clients, and gateways using the NestJS ecosystem you already know.
Provides multi-transport MCP support (HTTP, SSE, STDIO) with built-in auth guards, middleware chains, and resilience patterns (rate limiting, circuit breakers, retries). The gateway package enables upstream server aggregation with policy enforcement, response caching, and request/response transformation hooks. Architecture mirrors NestJS patterns: decorators for tools/resources/prompts, dependency injection for client connections, and modular composition across server, client, and gateway layers.
Stars
7
Forks
4
Language
TypeScript
License
BSD-3-Clause
Category
Last pushed
Mar 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/btwld/nest-mcp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
rekog-labs/MCP-Nest
A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI...
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.
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.