Cloudinary Asset Management for Cline
io.github.subomi/sample-mcp
Upload, organize, search, and transform images, videos, and files with AI-powered tools.
client:Cline
transport:stdio
runtime:npm
Install Cloudinary Asset Management in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs