Skip to main content
Glama

Replicate MCP Server

by deepfates
/** * Data models for Replicate hardware options. */ /** * A hardware option for running models on Replicate. */ export interface Hardware { /** Human-readable name of the hardware */ name: string; /** SKU identifier for the hardware */ sku: string; } /** * Response format for listing hardware options. */ export interface HardwareList { /** List of available hardware options */ hardware: Hardware[]; }

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/deepfates/mcp-replicate'

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