Deploygate Agent Plugin banner
DeployGate DeployGate

Deploygate Agent Plugin

Development community

Description

DeployGate integration for Claude Code and Codex

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

DeployGate Agent Plugin

DeployGate agent integration for Claude Code and Codex: upload mobile apps, manage distribution pages, set up CI/CD, and onboard your team. Supports iOS (IPA) and Android (APK/AAB).

Installation

This repository includes plugin metadata for both Claude Code and Codex:

  • Claude Code: plugin/.claude-plugin/plugin.json and .claude-plugin/marketplace.json
  • Codex: plugin/.codex-plugin/plugin.json and .agents/plugins/marketplace.json

Claude Code

Add the marketplace and install the plugin from within Claude Code:

/plugin marketplace add DeployGate/deploygate-agent-plugin
/plugin install deploygate@deploygate-marketplace

Codex

Add the marketplace from your shell:

codex plugin marketplace add DeployGate/deploygate-agent-plugin

Then enable or install the `deploygate` plugin from the configured DeployGate marketplace in Codex.

Standalone MCP server (any MCP client)

Beyond the Claude Code / Codex plugins, the server is published to npm as `@deploygate/mcp` and can be added to any MCP client via `npx` — no install step required.

Add it to your client's MCP configuration (Claude Desktop, Cursor, Cline, and others use the same `mcpServers` shape):

{
  "mcpServers": {
    "deploygate": {
      "command": "npx",
      "args": ["-y", "@deploygate/mcp"]
    }
  }
}

Authentication is the same as the plugin — see the [Authentication](#authentication) section below for the login flow and the platform-specific token storage path. The token is shared with the plugin installs.

Getting Started

After installation, start the guided onboarding flow:

  • Claude Code: run /deploygate:setup
  • Codex: mention $deploygate:setup
  1. Account creation — sign in via browser-based device authorization (login_start → approve in browser → login_wait)
  2. App upload — build and upload your IPA/APK/AAB
  3. Distribution page — create a distribution page with an install link
  4. **Notificati