Sign inSign up

cloudinary/asset-management-mcp

By cloudinary

Updated about 1 month ago

Cloudinary Asset Management MCP server

Image
0

5.6K

cloudinary/asset-management-mcp repository overview

Cloudinary Asset Management MCP Server

Tools for interacting with the Cloudinary API, enabling comprehensive media asset management, upload operations, search functionality, and more.

Characteristics

AttributeDetails
Docker Imagecloudinary/asset-management-mcp
AuthorCloudinary
Repositoryhttps://github.com/cloudinary/asset-management-mcp
Dockerfilehttps://github.com/cloudinary/asset-management-mcp/blob/main/Dockerfile
LicenseMIT License

Available Tools

This MCP server provides tools for:

  • Asset Upload & Management - Upload and manage images, videos, and raw files
  • Asset Search - Search assets by metadata, tags, and visual similarity
  • Folder Operations - Create, update, and manage folder structures
  • Asset Relations - Create and manage relationships between assets
  • Usage Analytics - Retrieve usage statistics and analytics
  • Asset Operations - Download, rename, and delete assets

Use this MCP Server

Claude Desktop Configuration
{
  "mcpServers": {
    "cloudinary-asset-mgmt": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "CLOUDINARY_CLOUD_NAME",
        "-e",
        "CLOUDINARY_API_KEY",
        "-e",
        "CLOUDINARY_API_SECRET",
        "cloudinary/asset-management-mcp"
      ],
      "env": {
        "CLOUDINARY_CLOUD_NAME": "<YOUR_CLOUD_NAME>",
        "CLOUDINARY_API_KEY": "<YOUR_API_KEY>",
        "CLOUDINARY_API_SECRET": "<YOUR_API_SECRET>"
      }
    }
  }
}
Alternative: Direct Docker Run
docker run -d -p 2718:2718 \
  -e CLOUDINARY_CLOUD_NAME="<YOUR_CLOUD_NAME>" \
  -e CLOUDINARY_API_KEY="<YOUR_API_KEY>" \
  -e CLOUDINARY_API_SECRET="<YOUR_API_SECRET>" \
  cloudinary/asset-management-mcp start --transport sse

For detailed documentation and setup instructions, visit the GitHub repository.

Tag summary

Content type

Image

Digest

sha256:5c6806a15

Size

60.1 MB

Last updated

about 1 month ago

docker pull cloudinary/asset-management-mcp