
Octopus Deploy MCP Server
by octopusdeploy
Official MCP server for Octopus Deploy, allowing AI assistants to inspect, query, and diagnose DevOps deployments.
What it does
Connects your AI assistant to your Octopus Deploy instance, transforming it into a DevOps wingmate. It enables the AI to manage releases, monitor deployments, and troubleshoot tasks directly via the MCP protocol.
Tools
get_deployment_from_url: Extracts deployment details and task IDs from Octopus URLs.list_projects: Retrieves all projects within a specific space.create_release: Creates a new software release for a project.deploy_release: Triggers a deployment of a release to environments.get_task_details: Fetches execution logs and details for specific server tasks.
Installation
{
"mcpServers": {
"octopus-deploy": {
"command": "npx",
"args": ["-y", "@octopusdeploy/mcp-server", "--api-key", "YOUR_API_KEY", "--server-url", "https://your-octopus.com"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Claude Code
Quick install
npx -y @octopusdeploy/mcp-server --api-key YOUR_API_KEY --server-url https://your-octopus.comInformation
- Pricing
- free
- Published
- 4/21/2026
- stars






