MCP.so
ログイン

🧠 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).

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

klever24v

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは 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 .env and dynamic routes.

Use cases of 🧠 MCP Server con NestJS?

  • Expose mathematical operations to an LLM via the calculator tool.

コメント

「その他」の他のコンテンツ