Skip to main content
Glama
OctopusDeploy

Octopus Deploy MCP Server

Official
getPublicUrl.ts168 B
export function getPublicUrl(template: string, parameters: Record<string, string>) { return template.replace(/{(\w+)}/g, (_, key) => parameters[key] || `{${key}}`); }

Latest Blog Posts

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