Cloudinary Asset Management for Zed
io.github.subomi/sample-mcp
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
client:Zed
transport:stdio
runtime:npm
Install Cloudinary Asset Management in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sample-mcp": {
"command": "npx",
"args": [
"-y",
"sample-mcp"
],
"env": {
"CLOUDINARY_CLOUD_NAME": "<CLOUDINARY_CLOUD_NAME>",
"CLOUDINARY_API_KEY": "<CLOUDINARY_API_KEY>",
"CLOUDINARY_API_SECRET": "<CLOUDINARY_API_SECRET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs