PicoBerry for Zed
io.github.umodeler/picoberry-mcp
An AI 3D workspace for games, VR, and beyond. Generate, remesh, texture, and animate 3D assets.
client:Zed
transport:stdio
runtime:npm
Install PicoBerry in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"picoberry-mcp": {
"command": "npx",
"args": [
"-y",
"@picoberry/mcp-server"
],
"env": {
"PICOBERRY_API_KEY": "<PICOBERRY_API_KEY>",
"PICOBERRY_API_BASE": "<PICOBERRY_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs