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
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-server-cloudflare
Enable Large Language Models (LLMs) to interact with and automate tasks across various Cloudflare services through a standardized Model Context Protocol (MCP).
mcp-omnisearch
A Model Context Protocol (MCP) server that provides unified access to multiple search providers, AI tools, and content processing/enhancement features through a single interface.
claude-prompts-mcp
The Claude Prompts MCP Server provides hot-reloadable prompts, structured reasoning, and chain workflows to enhance AI assistant interactions.