#126 · Primary category: LLM Application Frameworks
MCP-Nest
A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.
Project last updated:08/19/26
GitHub Stars
701
Forks
112
Contributors
34
License
MIT
Why we included this project
For teams already building backend services in NestJS, this module is the shortest route to a production-grade MCP server without learning a second framework. It runs MCP as a NestJS microservice transport strategy, so the tools, resources, and prompts you expose are just your existing handlers, and the guards, pipes, interceptors, and exception filters you already rely on apply to AI calls the same way they do to HTTP requests. Your dependency-injected services and authorization logic carry over instead of being reimplemented for a standalone server. The module also handles the awkward protocol details, serving both the session-based and stateless protocol revisions from a single endpoint and supporting streamable HTTP and STDIO transports. If you need per-tool authorization, OAuth-backed security, or interactive tool calls that prompt the user for input, those are built in rather than added on.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform