mcp-servers
Verified Safeby cloudinary
Overview
Provides Model Context Protocol (MCP) servers to integrate Cloudinary's media management platform with Large Language Models (LLMs) for natural language asset management, transformation, analysis, and organization.
Installation
npx -y --package @cloudinary/asset-management-mcp -- mcp start --cloud-name YOUR_CLOUD_NAME --api-key YOUR_API_KEY --api-secret YOUR_API_SECRETEnvironment Variables
- CLOUDINARY_CLOUD_NAME
- CLOUDINARY_API_KEY
- CLOUDINARY_API_SECRET
- CLOUDINARY_URL
- CLOUDINARY_DEBUG
Security Notes
The provided source code consists of README documentation and JSON configuration examples, not core application logic. There are no direct indications of 'eval', obfuscation, or hardcoded secrets. It explicitly guides users to configure credentials via environment variables, headers, or command-line arguments, which is a secure practice. The primary security considerations would stem from the underlying npm packages and the user's handling of their Cloudinary API keys and secrets. Remote servers utilize HTTPS. The 'CLOUDINARY_DEBUG' environment variable should be used cautiously in production environments.
Similar Servers
mcp-server-cloudflare
Centralized platform for Cloudflare's Model Context Protocol (MCP) servers, enabling AI clients to interact with diverse Cloudflare services using natural language for configuration, data analysis, and task automation.
claude-prompts-mcp
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
action_mcp
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.