@octopusdeploy/mcp-server
Freeby MCP Community
The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance.
v1.1.0Added Apr 12, 2026
octopus deploymcp
@octopusdeploy/mcp-server MCP Server
The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance.
Installation
Reviews
Installation
Quick install
npx -y @octopusdeploy/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@octopusdeploy/mcp-server": {
"command": "npx",
"args": ["-y", "@octopusdeploy/mcp-server"]
}
}
}