vg resource mcp for Zed
io.github.mrfentmen/vg-resource-mcp
Search and download sprites, models, textures, and sounds from VG Resource.
client:Zed
transport:stdio
runtime:npm
Install vg resource mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"vg-resource-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/vg-resource-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs