MCP.so
Sign In

Octopus Deploy Mcp Server

@armanzeroeight

About Octopus Deploy Mcp Server

A Model Context Protocol (MCP) server for interacting with Octopus Deploy. This server provides tools for managing projects, releases, and deployments through the MCP protocol.

Basic information

Category

Other

Transports

stdio

Publisher

armanzeroeight

Submitted by

Mohammad Nourifar

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "octopus-deploy-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "OCTOPUS_URL",
        "-e",
        "OCTOPUS_API_KEY",
        "octopus-deploy-mcp:latest",
        "octopus-deploy-mcp"
      ],
      "env": {
        "OCTOPUS_URL": "https://your-octopus-server.com",
        "OCTOPUS_API_KEY": "${input:octopus-api-key}"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Octopus Deploy Mcp Server?

A Model Context Protocol (MCP) server that provides tools for interacting with Octopus Deploy, enabling management of projects, releases, and deployments through the MCP protocol. It supports multiple Octopus Deploy spaces and can be run via Docker.

How to use Octopus Deploy Mcp Server?

Clone the repository, build the Docker image using ./scripts/build.sh, then configure your MCP client's mcp.json file with the Octopus server URL and API key. The server runs as a Docker container communicating over stdio.

Key features of Octopus Deploy Mcp Server

  • Project management: list and query projects
  • Release management: get latest releases and create releases
  • Deployment management: deploy releases and check status
  • Multi-space support for different Octopus spaces
  • Docker support for containerized deployment

Use cases of Octopus Deploy Mcp Server

  • Automate deployments to Octopus environments

Comments

More Other MCP servers