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
{
"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