McpMux
Back to Registry

Octopus Deploy (npx) MCP Server

Community

Contributed by Octopus Deploy

Connect your AI assistant to Octopus Deploy to inspect, query, and diagnose deployments, releases, projects, and environments across your Octopus instance via npx.

About the Octopus Deploy (npx) MCP Server

The Octopus Deploy (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect your AI assistant to Octopus Deploy to inspect, query, and diagnose deployments, releases, projects, and environments across your Octopus instance via npx. This is a community-contributed MCP server by Octopus Deploy.

Install the Octopus Deploy (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@octopusdeploy/mcp-server"
  ],
  "env": {
    "OCTOPUS_SERVER_URL": "${input:OCTOPUS_SERVER_URL}",
    "OCTOPUS_API_KEY": "${input:OCTOPUS_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "OCTOPUS_SERVER_URL",
        "label": "Octopus Server URL",
        "description": "The base URL of your Octopus Deploy instance (Octopus Cloud or self-hosted Octopus Server).",
        "type": "url",
        "required": true,
        "placeholder": "https://your-instance.octopus.app"
      },
      {
        "id": "OCTOPUS_API_KEY",
        "label": "Octopus API Key",
        "description": "An Octopus Deploy API key tied to your user account. The key inherits your user's permissions in Octopus.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "API-************************",
        "obtain": {
          "url": "https://octopus.com/docs/octopus-rest-api/how-to-create-an-api-key",
          "instructions": "1. Sign in to your Octopus Deploy instance\n2. Open your user profile menu (top right) and choose 'Profile'\n3. Go to the 'API Keys' tab\n4. Click 'New API Key', give it a purpose/note\n5. Click 'Generate New' and copy the key (starts with API-) — it is only shown once",
          "button_label": "Create API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

octopusoctopus-deploydeploymentci-cddevopsreleases

Supported AI Clients

The Octopus Deploy (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Octopus Deploy (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.