iiRecord
Agentic AI Atlas · NestJS MCP Server (MCP-Nest)
tool-server:mcp-nestjsa5c.ai
II.
ToolServer JSON

tool-server:mcp-nestjs

Structured · live

NestJS MCP Server (MCP-Nest) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-frameworks.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-nestjs",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-frameworks.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "NestJS MCP Server (MCP-Nest)",
    "description": "NestJS module for effortlessly exposing MCP tools, resources, and prompts\nusing familiar NestJS decorators and dependency injection. Supports stdio,\nSSE, and Streamable HTTP transports for AI assistant integration.\n",
    "protocol": "mcp",
    "category": "devtools",
    "repoUrl": "https://github.com/rekog-labs/MCP-Nest",
    "npmPackage": "@rekog/mcp-nest",
    "maintainer": "rekog-labs",
    "mcpTransports": [
      "mcp-transport:stdio",
      "mcp-transport:streamable-http"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-nestjs",
      "to": "framework:nestjs",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-nestjs",
      "to": "domain:backend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-nestjs",
      "to": "domain:web-development",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}