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
Install task guides that use the edge CLI.
MCP Server
Expose Simplifyd Cloud actions through the Model Context Protocol.
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-skillsGet 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-mcpclaude mcp add simplifyd-cloud cloud-mcp \
-e SIMPLIFYD_API_TOKEN=<your-token>