Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mcp.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/mcp.schema.json",
"mcpServers": {
"cloudinary-asset-mgmt": {
"type": "streamable-http",
"url": "https://asset-management.mcp.cloudinary.com/mcp"
},
"cloudinary-env-config": {
"type": "streamable-http",
"url": "https://environment-config.mcp.cloudinary.com/mcp"
},
"cloudinary-smd": {
"type": "streamable-http",
"url": "https://structured-metadata.mcp.cloudinary.com/mcp"
},
"cloudinary-analysis": {
"type": "sse",
"url": "https://analysis.mcp.cloudinary.com/sse"
},
"cloudinary-mediaflows": {
"type": "streamable-http",
"url": "https://mediaflows.mcp.cloudinary.com/v2/mcp",
"headers": {
"cld-cloud-name": "cloud_name",
Expand Down
23 changes: 23 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "cloudinary",
"version": "1.2.0",
"description": "Use Cloudinary directly in your agent. Upload, manage, optimize, and transform images and videos at scale using natural language.",
"author": {
"name": "Cloudinary",
"email": "support@cloudinary.com"
},
"homepage": "https://cloudinary.com",
"repository": "https://github.com/cloudinary-devs/cloudinary-plugin",
"license": "MIT",
"keywords": [
"cloudinary",
"media",
"images",
"video",
"transformations",
"asset-management",
"optimization",
"mcp"
]
}