Skip to content
Zed

glbforge for Zed

dev.glbforge/glbforge

Make AI-generated 3D assets web-ready: budgets, SSIM-verified optimization, STL/USDZ export.

client:Zed transport:stdio runtime:npm

Install glbforge 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": {
    "glbforge": {
      "command": "npx",
      "args": [
        "-y",
        "@glbforge/mcp"
      ],
      "env": {
        "MESHY_API_KEY": "<MESHY_API_KEY>"
      }
    }
  }
}

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

glbforge in other clients