iiRecord
Agentic AI Atlas · Nx MCP Server
tool-server:mcp-nxa5c.ai
II.
ToolServer JSON

tool-server:mcp-nx

Structured · live

Nx MCP Server json

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

File · extensions/tool-servers/mcp-dev-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-server:mcp-nx",
  "_kind": "ToolServer",
  "_file": "extensions/tool-servers/mcp-dev-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Nx MCP Server",
    "description": "MCP server providing access to the Nx monorepo build system.\nEnables AI agents to explore workspace projects, run generators,\ninspect the project graph, and execute tasks across an Nx workspace.\n",
    "protocol": "mcp",
    "category": "devtools",
    "npmPackage": "nx-mcp",
    "maintainer": "Nx",
    "mcpTransports": [
      "mcp-transport:stdio"
    ]
  },
  "outgoingEdges": [
    {
      "from": "tool-server:mcp-nx",
      "to": "tool:nx",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-nx",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-nx",
      "to": "domain:frontend",
      "kind": "lib_applies_to_domain",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}