II.
ToolServer JSON
Structured · livetool-server:mcp-nestjs
NestJS MCP Server (MCP-Nest) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}