- Octopus Deploy Mcp Server
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.
Features
Project Management: List and query Octopus Deploy projects
Release Management: Get latest releases and create new releases
Deployment Management: Deploy releases and check deployment status
Multi-Space Support: Work with different Octopus Deploy spaces
Docker Support: Containerized deployment for easy integration
Overview
what is Octopus Deploy MCP Server?
Octopus Deploy MCP Server is a Model Context Protocol (MCP) server designed for interacting with Octopus Deploy, providing tools for managing projects, releases, and deployments through the MCP protocol.
how to use Octopus Deploy MCP Server?
To use the server, clone the repository, build the Docker image, and configure your MCP client with the necessary Octopus Deploy API key and server URL.
key features of Octopus Deploy MCP Server?
- Project Management: List and query Octopus Deploy projects
- Release Management: Get latest releases and create new releases
- Deployment Management: Deploy releases and check deployment status
- Multi-Space Support: Work with different Octopus Deploy spaces
- Docker Support: Containerized deployment for easy integration
use cases of Octopus Deploy MCP Server?
- Managing multiple projects in Octopus Deploy
- Automating release creation and deployment processes
- Integrating with CI/CD pipelines for seamless deployments
FAQ from Octopus Deploy MCP Server?
- What is required to run the Octopus Deploy MCP Server?
You need Docker, a valid Octopus Deploy server URL, and an API key with appropriate permissions.
- How do I troubleshoot common issues?
Check the server logs for detailed error information and ensure your API key and server URL are correct.
- Can I run this server without Docker?
Yes, you can set up the server locally without Docker by following the local setup instructions.
Server Config
{
"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}"
}
}
}
}Project Info
Created At
10 months agoUpdated At
10 months agoAuthor Name
Arman NourifarStar
-Language
-License
-Category
developer-tools
Recommend Servers
View AllMemory
@modelcontextprotocol
a year ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago
Mcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Amap Maps
@amap
高德地图官方 MCP Server
a year ago
Filesystem
@modelcontextprotocol
2 months ago
Tavily Mcp
@tavily-ai
JavaScript
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago