Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nestjs-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nestjs-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector"
]
}
}
}