nn-architect
An MCP server that lets an agent design neural nets on a shared canvas
An MCP server exposing tools that an AI agent uses to design PyTorch architectures, while a human edits the same network live on a React canvas. Shape errors are caught by actually executing the generated model against a dummy batch in a sandboxed subprocess, with a timeout and an address-space cap, returning structured per-node errors instead of raw tracebacks. Emitted code is self-contained as it imports only torch.