MCP.so
Sign In
Servers

MCP Server NestJS Module Library

@adrian-d-hidalgo

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "nestjs-mcp-server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

More from Developer Tools