-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmcp.json
More file actions
30 lines (30 loc) · 889 Bytes
/
Copy pathmcp.json
File metadata and controls
30 lines (30 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$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": "streamable-http",
"url": "https://analysis.mcp.cloudinary.com/mcp"
},
"cloudinary-mediaflows": {
"type": "streamable-http",
"url": "https://mediaflows.mcp.cloudinary.com/v2/mcp",
"headers": {
"cld-cloud-name": "cloud_name",
"cld-api-key": "api_key",
"cld-secret": "api_secret"
}
}
}
}