🧠 MCP Server con NestJS
@klever24v
关于 🧠 MCP Server con NestJS
nueva versión del servidor MCP usando MCP SDK e incluye Incluye validación (zod), permite definir herramientas de forma declarativa, que pueden ser invocadas por modelos como si fueran funciones (similar a OpenAI function calling).
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🧠 MCP Server con NestJS?
A modular extensible server built with NestJS that implements the Model Context Protocol (MCP). It allows LLMs (like Claude, GPT) or external clients to interact with a collection of specialized tools via HTTP POST requests to /mcp. Each tool is dynamically registered with a name, a Zod-validated input schema, and a handler function.
How to use 🧠 MCP Server con NestJS?
Install dependencies with npm install, configure a .env file (set PORT and ANALYSIS_DIR), then run npm run start:dev. Invoke any tool by sending a POST request to http://localhost:3000/mcp with a JSON body containing toolName and params.
Key features of 🧠 MCP Server con NestJS?
- Modular architecture based on tools.
- Reusable tools: calculator, temperature, filesystem, code-analyzer-local.
- Prepared for integration with LLMs.
- Automatic generation of Markdown files with code descriptions.
- File read/write/delete support.
- Configuration via
.envand dynamic routes.
Use cases of 🧠 MCP Server con NestJS?
- Expose mathematical operations to an LLM via the calculator tool.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论