Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_variables

Retrieve all project variables, library variable sets, and associated configurations for Octopus Deploy projects to manage deployment parameters and shared configurations.

Instructions

This tool gets all project and library variable set variables for a given project. Projects can contain variables (specific to a project), library variable sets (shared collections of variables associated with many projects), and tenant variables (variables related to a tenants connected to the project) If you want to retrieve tenant variables for a tenant connected to the project, use the get_tenant_variables tool.

Input Schema

NameRequiredDescriptionDefault
gitRefNoThe gitRef to retrieve the variables from, if the project is a config-as-code project
projectIdYesThe ID of the project to retrieve the variables for
spaceNameYesThe space name

Input Schema (JSON Schema)

{ "properties": { "gitRef": { "description": "The gitRef to retrieve the variables from, if the project is a config-as-code project", "type": "string" }, "projectId": { "description": "The ID of the project to retrieve the variables for", "type": "string" }, "spaceName": { "description": "The space name", "type": "string" } }, "required": [ "spaceName", "projectId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OctopusDeploy/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server