Agent Plugins Marketplace
All plugins

cloudinary

v1.0.0-ghast.1

Upload, search, transform, analyze, organize, and automate Cloudinary media through five official hosted MCP servers.

Agent Plugins5 MCP serversStreamable HTTP

By CloudinaryLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloudinary/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/cloudinary/
├── plugin.json
└── mcp.json

MCP servers5

cloudinary-analysisStreamable HTTP
url
https://analysis.mcp.cloudinary.com/mcp
cloudinary-asset-managementStreamable HTTP
url
https://asset-management.mcp.cloudinary.com/mcp
cloudinary-environment-configStreamable HTTP
url
https://environment-config.mcp.cloudinary.com/mcp
cloudinary-mediaflowsStreamable HTTP
url
https://mediaflows.mcp.cloudinary.com/v2/mcp
cloudinary-structured-metadataStreamable HTTP
url
https://structured-metadata.mcp.cloudinary.com/mcp

Plugin manifests1

plugins/cloudinary/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "cloudinary",
  "version": "1.0.0-ghast.1",
  "description": "Upload, search, transform, analyze, organize, and automate Cloudinary media through five official hosted MCP servers.",
  "author": {
    "name": "Cloudinary",
    "url": "https://cloudinary.com"
  },
  "homepage": "https://cloudinary.com/documentation/cloudinary_llm_mcp",
  "repository": "https://github.com/cloudinary/mcp-servers",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "creativity",
      "upstreamRevision": "dca5790c0af2bcde291d732af05c47ad7f75d341",
      "upstreamPath": ".",
      "icon": "./assets/icon.png",
      "mcpServerExtensions": {
        "cloudinary-mediaflows": {
          "credentialHeaders": {
            "cld-cloud-name": "$VAULT:cloudinary-cloud-name",
            "cld-api-key": "$VAULT:cloudinary-api-key",
            "cld-secret": "$VAULT:cloudinary-api-secret"
          }
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cloudinary on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cloudinary-2)