The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance, transforming it into your ultimate DevOps wingmate.
Tools
list_spaces
list_projects
list_environments
list_deployments
get_release_by_id
list_releases
list_releases_for_project
get_task_by_id
get_task_details
get_task_raw
list_tenants
get_tenant_by_id
get_tenant_variables
get_missing_tenant_variables
get_kubernetes_live_status
list_deployment_targets
get_deployment_target
get_deployment_process
get_branches
get_current_user
list_certificates
get_certificate
list_accounts
get_account
get_variables
Server Config
{
"mcpServers": {
"octopusdeploy": {
"command": "npx",
"args": [
"-y",
"@octopusdeploy/mcp-server",
"--api-key",
"YOUR_API_KEY",
"--server-url",
"https://your-octopus.com"
]
}
}
}