🧠 MCP Server con NestJS
@klever24v
About 🧠 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).
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments