Connect Claude Code to Eon via this plugin. Bundles the Eon MCP server and guided cloud onboarding skills into a single installable package.
- Eon MCP server — 27 tools for multi-cloud backup, recovery, inventory, source account management, backup policies, snapshot browsing, restore jobs, GCP organization/folder onboarding, and resource discovery.
- GCP onboarding skill — step-by-step guided workflow to connect GCP organizations, folders, and individual projects to Eon.
- AWS onboarding skill — step-by-step guided workflow to connect AWS source accounts via the Eon CloudFormation template.
- Backup policy creation skill — guided wizard for creating backup policies: pick a policy type, define the resource selector, configure schedules with vaults and retention.
- Cost explorer query skill — answer cloud-resource consumption questions: GB/month or USD/credits per account, project, or department across EC2, RDS, S3, Azure, and GCP storage, with per-month or per-resource breakdowns.
Run inside Claude Code:
/plugin install eon@eon-service
| Skill | Command | Description |
|---|---|---|
| GCP Onboarding | /eon:gcp-onboarding |
Guide users through connecting GCP cloud accounts (orgs, folders, or individual projects) to the Eon platform. |
| AWS Onboarding | /eon:aws-onboarding |
Guide users through connecting AWS source accounts: deploy the Eon CloudFormation stack, register the role ARN, run discovery. |
| Backup Policy Creation | /eon:backup-policy-creation |
Guide users through creating a backup policy: type, resource selector, schedules with vaults + retention. |
| Cost Explorer Query | /eon:cost-explorer-query |
Answer cloud consumption and cost questions across EC2, RDS, S3, Azure, and GCP storage with per-month or per-resource breakdowns. |
The plugin connects to https://mcp.eon.io/mcp via HTTP. Authentication is handled by the Eon platform.
claude --plugin-dir .Run /reload-plugins inside Claude Code after making local edits.
Licensed under the Apache License, Version 2.0. See NOTICE for attribution and the scope of the license — the Eon service, API, and trademarks are not covered.