SpatialPack — 3D asset readiness for Zed
dev.spatialpack/mcp
Test whether 3D assets survive Apple Quick Look and Safari <model>, then fix what fails
client:Zed
transport:stdio
runtime:npm
Install SpatialPack — 3D asset readiness in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@spatialpack/mcp"
],
"env": {
"SPATIALPACK_MCP_SANDBOX": "<SPATIALPACK_MCP_SANDBOX>",
"SPATIALPACK_MCP_LOG": "<SPATIALPACK_MCP_LOG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs