Simplifyd Cloud

AI

Manage your Simplifyd Cloud infrastructure through natural language using Agent Skills and the MCP Server.

Simplifyd Cloud integrates with your AI coding assistants so you can deploy services, manage environments, tail logs, and configure variables — all from a conversation.

There are two ways to connect your AI assistant to Simplifyd Cloud:

Agent Skills

Agent Skills are markdown files (SKILL.md) that teach your AI assistant exactly how to interact with Simplifyd Cloud using the edge CLI. When you ask "deploy my api service", the assistant picks the right skill and runs the commands on your behalf.

Supported tools: Claude Code · Cursor · OpenAI Codex · OpenCode

Key capabilities: project and workspace management, service creation and deployment, environment variables, log streaming, token management.

Install all skills in one command:

curl -fsSL https://console.cloud.simplifyd.com/skills.sh | bash

Get started with Agent Skills →

MCP Server

The Simplifyd Cloud MCP Server implements the Model Context Protocol — a standard that lets AI hosts communicate directly with external tools. Once connected, your assistant can create projects, deploy services, manage variables, and check billing without you writing a single CLI command.

Supported hosts: Claude Code · Cursor · VS Code · Claude Desktop

45 tools covering workspaces, projects, environments, services, deployments, variables, tokens, and billing.

claude mcp add simplifyd-cloud /path/to/cloud-mcp \
  -e SIMPLIFYD_API_TOKEN=<your-token>

Get started with MCP Server →