Skip to content
Zed

Nova3D for Zed

io.github.raresense/nova3d

Structured, part-aware 3D generation for AI agents. Named-part GLB, preview URL, Blender script.

client:Zed transport:stdio runtime:pypi

Install Nova3D in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "nova3d": {
      "command": "uvx",
      "args": [
        "nova3d-mcp"
      ],
      "env": {
        "NOVA3D_TOKEN": "<NOVA3D_TOKEN>",
        "NOVA3D_APP_URL": "<NOVA3D_APP_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Nova3D in other clients