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.
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
Basic information
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments