
Octopus Deploy Devops
- 3 repo stars
- Updated June 9, 2026
- OctopusDeploy/octopus-claude-plugins
Octopus Deploy DevOps plugin for managing deployments, releases, tenants, and infrastructure.
About
octopus-deploy-devops is a Claude Code skill in the DevOps & CI/CD category. Octopus Deploy DevOps plugin for managing deployments, releases, tenants, and infrastructure.
- octopus-deploy-devops
- DevOps & CI/CD
- AI-coding skill
Octopus Deploy Devops by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add OctopusDeploy/octopus-claude-plugins/plugin install octopus-deploy-devops@octopus-deploy-public-pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | June 9, 2026 |
| Repository | OctopusDeploy/octopus-claude-plugins ↗ |
What it does
Octopus Deploy DevOps plugin for managing deployments, releases, tenants, and infrastructure.
README.md
Claude Code Plugin for Octopus Deploy
Octopus makes it easy to deliver software to Kubernetes, multi-cloud, on-prem infrastructure, and anywhere else. Automate the release, deployment, and operations of your software and AI workloads with a tool that can handle CD at scale in ways no other tool can.
This plugin combines the power of the Octopus MCP Server and a specialized set of skills to enable Claude Code to interact with Octopus Deploy in an automated fashion.
The MCP connects directly to your Octopus instance and can perform most actions that a regular user can:
- Create projects and deployment processes
- Create releases
- Execute runbooks
- Configure project variables
- Find any interruptions requiring human attention
- Inspect audit log
- And much more
The plugin comes with a set of skills to help with:
- Connecting a repository to Octopus
- Writing OCL (Octopus Configuration Language)
- Diagnosing deployment failures and fixing them
- Producing an SOC2 audit report
Getting Started
1. Add the marketplace and install the plugin
In Claude Code:
/plugin marketplace add OctopusDeploy/octopus-claude-plugins
/plugin install octopus-deploy-devops
2. Configure environment variables
The plugin's MCP server connects to your Octopus instance using these environment variables. We recommend setting up a separate service account with restricted permissions per Space.
Unix/Mac (bash/zsh):
export OCTOPUS_SERVER_URL="https://your-instance.octopus.app"
export OCTOPUS_API_KEY="API-XXXXXXXXXXXXX"
Windows (PowerShell):
$env:OCTOPUS_SERVER_URL = "https://your-instance.octopus.app"
$env:OCTOPUS_API_KEY = "API-XXXXXXXXXXXXX"
Restart Claude Code after setting them so the MCP server picks them up.
Examples
Here is an example of what you can do with this plugin:
- 📊 Show me the deployment status of my project, and when it was last deployed to tenant X
- 🔍 Investigate and diagnose why a deployment has failed
- 🔧 Use the appropriate runbook to fix the failure
- 🚀 Redeploy to tenant
Resources
License
This plugin is maintained by Octopus Deploy.
Support
For issues or questions:
- Plugin issues: GitHub Issues
- Octopus Deploy support: Octopus Support
- MCP server issues: MCP Server Issues