three.ws Loom for Zed
io.github.nirholas/loom-mcp
Browse the community 3D-creation gallery, fetch a creation with its viewer URL, and submit it.
client:Zed
transport:stdio
runtime:npm
Install three.ws Loom in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"loom-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/loom-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs