Skip to main content
Glama

cloudinary-mcp-server

export const createCloudinaryMock = () => { return { config: () => ({ cloud_name: "test-cloud", api_key: "test-key", api_secret: "test-secret" }), uploader: { upload: vi.fn(), upload_stream: vi.fn() }, utils: { api_sign_request: vi.fn() }, api: { resource: vi.fn(), resources_by_asset_ids: vi.fn(), delete_resources: vi.fn(), search: vi.fn(), usage: vi.fn(), // Added usage method to the mock }, }; };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoavniran/cloudinary-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server