OOctopus Deploy Mcp ServerA 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
mcp-so:octopus-deploy-mcp-server_Arman Nourifar
View sourceB
85/100 First Seen
Feb 19, 2026
Last Scanned
Feb 20, 2026
Findings
1
Score
85/100
HIGH 1
Findings (1)
HIGH
Inline code execution in MCP command
L59 Detects MCP servers using inline code execution via -e, -c, or eval flags
"args": [
"run",
"--rm",
"-i",
"-e",
"OCTOPUS_URL",
"-e",
"OCTOPUS_API_KEY" FIX
Restrict MCP server permissions to the minimum required. Remove broad filesystem, network, or execution permissions and use scoped access controls (specific directories, specific tools).
FP?
Likely FP if the broad permissions are in a development/testing configuration that is clearly not intended for production use.