Back to MCP directory
publicPublicdnsLocal runtime

nestjs-mcp-server

NestJS实现的MCP服务项目

article

README

🚀 使用NestJS构建MCP服务器

本项目借助NestJS框架来构建MCP服务器,能高效地实现服务器的各项功能,为相关业务提供稳定可靠的服务支持。

🚀 快速开始

由于原文档未提供快速开始的相关内容,此部分暂无法补充。

✨ 主要特性

由于原文档未提及主要特性相关内容,此部分暂无法补充。

📦 安装指南

由于原文档未给出安装步骤,此部分暂无法补充。

💻 使用示例

由于原文档没有代码示例,此部分暂无法补充。

📚 详细文档

由于原文档没有详细说明,此部分暂无法补充。

🔧 技术细节

由于原文档未包含技术实现细节,此部分暂无法补充。

📄 许可证

由于原文档没有许可证信息,此部分暂无法补充。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client