packages/tools/nrge-mcp-server/README.md
MCP server for AI-driven Babylon.js Node Render Graph authoring.
create_render_graph -> add_block -> connect_blocks -> set_block_properties -> validate_graph -> export_graph_json
In practice, a usable render graph usually includes an input block, render or post-process blocks, and an output block.
babylonjs-node-render-graph
npm run build -w @tools/nrge-mcp-server
npm run start -w @tools/nrge-mcp-server
Exported Node Render Graph JSON can be attached to the Scene MCP server through attach_node_render_graph, either inline or via nrgJsonFile.
src/index.ts: MCP tool registrationsrc/renderGraph.ts: graph manager and import/export logicsrc/blockRegistry.ts: Node Render Graph block catalog