Skip to main content
Glama

Octopus Deploy MCP Server

Official

get_branches

Retrieve Git branches for version-controlled projects in Octopus Deploy spaces. Filter branches by name and manage results with pagination for efficient project management.

Instructions

Get Git branches for a version-controlled project

This tool retrieves Git branches for a specific project in a space. The space name and project ID are required. Optionally provide searchByName, skip, and take parameters for filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
projectIdYes
searchByNameNo
skipNo
spaceNameYes
takeNo

Input Schema (JSON Schema)

{ "properties": { "projectId": { "type": "string" }, "searchByName": { "type": "string" }, "skip": { "type": "number" }, "spaceName": { "type": "string" }, "take": { "type": "number" } }, "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