MCP.so
登录

Octopus Deploy Mcp Server

@armanzeroeight

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

armanzeroeight

提交者

Mohammad Nourifar

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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}"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器