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
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
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments