Simplifyd Cloud
HomeDeveloper integrationsDeveloper integrations

Developer integrations

Connect Simplifyd Cloud to MCP-compatible tools and Agent Skills.

Simplifyd Cloud provides two integration paths for developer tools that can call external commands or MCP servers.

Choose the option that matches the tool you use:

Agent Skills

Agent Skills are markdown files (SKILL.md) that describe how to complete Simplifyd Cloud tasks with the edge CLI.

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 from the public repository:

npx skills add simplifyd-systems/cloud-skills

Get started with Agent Skills →

MCP Server

The Simplifyd Cloud MCP Server implements the Model Context Protocol, a standard interface for exposing tools to compatible developer applications.

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

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

brew tap simplifyd-systems/tap
brew install --cask cloud-mcp
claude mcp add simplifyd-cloud cloud-mcp \
  -e SIMPLIFYD_API_TOKEN=<your-token>

Get started with MCP Server →