Skip to main content
Glama

Octopus Deploy MCP Server

Official

list_projects

Retrieve all projects in a specified Octopus Deploy space to manage software applications, deployment processes, and variables. Filter results by partial name match for targeted project discovery.

Instructions

This tool lists all projects in a given space. Projects let you manage software applications and services, each with their own deployment process, lifecycles, and variables. Projects are where you define what you are deploying and how it should be deployed. The space name is required, if you can't find the space name, ask the user directly for the name of the space. Optionally filter by partial name match using partialName parameter.

Input Schema

NameRequiredDescriptionDefault
partialNameNo
skipNo
spaceNameYes
takeNo

Input Schema (JSON Schema)

{ "properties": { "partialName": { "type": "string" }, "skip": { "type": "number" }, "spaceName": { "type": "string" }, "take": { "type": "number" } }, "required": [ "spaceName" ], "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