Skip to main content
Glama
mrchris2000

mcp-devops-deploy

by mrchris2000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEPLOY_TOKENYesAccess token for the DevOps Deploy server
DEPLOY_SERVER_URLYesURL of the DevOps Deploy server

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
deploy_snapshot_to_environmentC

Deploy a named snapshot to a specific environment

deploy_component_versionsB

Deploy specific component versions to an environment

list_application_snapshotsA

Get all available snapshots for an application

list_environment_inventoryB

Get current deployed versions in an environment

create_snapshot_from_environmentB

Create a new snapshot based on current environment state

get_deployment_statusA

Check status of a running or completed deployment

schedule_deploymentC

Schedule a deployment for future execution

list_environments_for_applicationA

Get all environments configured for an application. ALWAYS call this after list_applications to get environment IDs before deploying.

compare_environment_snapshotsA

Compare deployed versions between environments or against a snapshot

create_deployment_triggerC

Set up automated deployment triggers

list_applicationsA

Get information about all applications on the server. ALWAYS call this first to get application IDs before using any other deployment functions.

list_application_processesA

Get all application processes for a specific application. Use this to find the process needed for deployment.

list_componentsA

Get information about all components on the server. Use this to find components that can be deployed.

get_component_versionsA

Get all versions for a specific component. Use this to find the version IDs needed for deployment.

auth_diagnosticsA

Run authentication diagnostics to determine current auth method and validity

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/mrchris2000/mcp-devops-deploy'

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