layergen mcp for Zed
io.github.adebayojuwon200-pixel/layergen-mcp
Layergen 3D model generation, retexture, and repair — for Claude Desktop and any MCP host.
client:Zed
transport:stdio
runtime:npm
Install layergen mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"layergen-mcp": {
"command": "npx",
"args": [
"-y",
"@layergen/mcp"
],
"env": {
"LAYERGEN_API_KEY": "<LAYERGEN_API_KEY>",
"LAYERGEN_API_URL": "<LAYERGEN_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs