Skip to content
Cursor

glbforge for Cursor

dev.glbforge/glbforge

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

client:Cursor transport:stdio runtime:npm

Install glbforge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "glbforge": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@glbforge/mcp"
      ],
      "env": {
        "MESHY_API_KEY": "<MESHY_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

glbforge in other clients