---
title: "End-to-end Kubernetes deployments with the Octopus Deploy MCP server"
url: https://daily.dev/posts/end-to-end-kubernetes-deployments-with-the-octopus-deploy-mcp-server-pbapacun0
source_url: https://octopus.com/blog/onboarding-with-octopus-deploy-mcp
type: article
source: "OctopusDeploy"
published: 2026-08-10T11:33:51.452Z
updated: 2026-08-10T11:34:22.980Z
tags: ["kubernetes", "ai-agents", "cicd", "mcp", "octopus-deploy"]
reading_time: 6
upvotes: 3
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# End-to-end Kubernetes deployments with the Octopus Deploy MCP server

**[OctopusDeploy](https://daily.dev/sources/octopusdeploy)** · 6 min read · 3 upvotes · 0 comments

## Summary

Octopus Deploy's MCP server can now create complete Kubernetes deployment workflows from scratch using only natural language instructions. Starting from an empty Octopus Deploy instance, an AI agent (Claude Code in this case) can set up lifecycles, deployment targets, environment-specific variables, and release pipelines — all without clicking a single button in the web UI. The workflow covers source code in GitHub, container builds via GitHub Actions, and deployment to a Kubernetes cluster via the standard Octopus Kubernetes agent. The MCP server supports read-only, read/write, and delete permission modes, and write/delete actions always prompt for confirmation unless the OCTOPUS_SKIP_ELICITATION flag is set.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://octopus.com/blog/onboarding-with-octopus-deploy-mcp>

## Questions this post answers

### What permission modes does the Octopus Deploy MCP server support?

The Octopus Deploy MCP server supports three permission modes: read-only (using the --read-only flag, which prevents any changes), default mode (read/write access but no deletions), and a delete-enabled mode (activated with --allow-deletes). Write and delete actions always show a confirmation prompt unless suppressed with the OCTOPUS_SKIP_ELICITATION flag for unattended or scripted access.

_Teams automating Octopus Deploy with AI agents track permission model changes and MCP updates on daily.dev._

### Can the Octopus Deploy MCP server create new resources or only query existing ones?

The Octopus Deploy MCP server can both query existing resources and create new ones. In default mode it has full read/write access, allowing an AI agent to create lifecycles, deployment targets, variable sets, releases, and other Octopus entities entirely through natural language — without any manual interaction with the web portal.

_Engineers evaluating MCP-driven deployment automation find real-world walkthroughs like this on daily.dev._

## Similar posts on daily.dev

- [Launching the Octopus MCP Server](https://daily.dev/posts/launching-the-octopus-mcp-server-h6eexya13) · OctopusDeploy · 0 upvotes · 0 comments
- [MCP Easy Mode](https://daily.dev/posts/mcp-easy-mode-5jisfwuvx) · OctopusDeploy · 0 upvotes · 0 comments
- [Kubernetes MCP server: AI-powered cluster management](https://daily.dev/posts/kubernetes-mcp-server-ai-powered-cluster-management-rqlu4ujbt) · Red Hat Developer · 2 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#ai-agents](https://daily.dev/tags/ai-agents), [#cicd](https://daily.dev/tags/cicd), [#mcp](https://daily.dev/tags/mcp), [#octopus-deploy](https://daily.dev/tags/octopus-deploy)

[View this post on daily.dev](https://daily.dev/posts/end-to-end-kubernetes-deployments-with-the-octopus-deploy-mcp-server-pbapacun0)
