vrm toolkit mcp for Zed
io.github.dwarehouse1/vrm-toolkit-mcp
Inspect, validate and preview VRM / VRMA files from an AI agent (5 tools, local stdio server).
client:Zed
transport:stdio
runtime:npm
Install vrm toolkit mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vrm-toolkit-mcp": {
"command": "npx",
"args": [
"-y",
"vrm-toolkit-mcp"
],
"env": {
"VRM_TOOLKIT_CHROME": "<VRM_TOOLKIT_CHROME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs