Skip to main content
Gcore MCP Server enables AI assistants to manage Gcore services through natural language commands. The server implements the Model Context Protocol (MCP), exposing Gcore API operations as callable tools for provisioning infrastructure, querying resources, and chaining multi-step workflows.

Supported products

ProductDescription
CDNContent Delivery Network resources, origins, caching rules
StreamingLive and VOD video streaming
StorageS3-compatible object storage
CloudVirtual machines, bare metal, GPU clusters, networking
FastEdgeEdge computing applications
DNSDNS zones and records
WAAPWeb application and API protection
SecuritySSL certificates, secrets management
IAMUsers, roles, permissions

Supported AI clients

ClientCompatibilityNotes
Claude CodeFullRecommended due to tool search capability
Cursor IDELimitedMaximum 40-50 tools before context issues
MCP InspectorFullWeb-based interface for testing and exploration
Claude Code handles large tool sets through deferred schema loading—tool schemas are fetched on demand when they match a query, preventing context window bloat. Other clients require tool filtering via the GCORE_TOOLS environment variable to reduce the number of exposed tools.
A Gcore API key with appropriate permissions is required. To get started, follow the installation guide.