MCP Directory
Back

MCP-Nest

by rekog-labs · TypeScript · ★ 665

A NestJS module to effortlessly create Model Context Protocol (MCP) servers for exposing AI tools, resources, and prompts.

#llm#llms#mcp#mcp-nest#model-context-protocol#modelcontextprotocol#nestjs

Install

npx -y github:rekog-labs/MCP-Nest

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-nest": {
      "command": "npx",
      "args": [
        "-y",
        "github:rekog-labs/MCP-Nest"
      ]
    }
  }
}

From the README

[![CI][ci-image]][ci-url] [![Code Coverage][code-coverage-image]][code-coverage-url] [![NPM Version][npm-version-image]][npm-url] [![NPM Downloads][npm-downloads-image]][npm-url] [![NPM License][npm-license-image]][npm-url] A NestJS module to effortlessly expose tools, resources, and prompts for AI, from your NestJS applications using the **Model Context Protocol (MCP)**. With you define tools, resources, and prompts in a way that's familiar in NestJS and leverage the full power of dependency injection to utilize your existing codebase in building complex enterprise ready MCP servers. - 🚀…
Read full README on GitHub →

Related ai & ml servers