Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort on which the MCP server will run3000
AWS_REGIONYesAWS region where your CodePipeline resources are locatedus-east-1
AWS_ACCESS_KEY_IDYesYour AWS access key ID with permissions for CodePipeline, CloudWatch, and IAM
AWS_SECRET_ACCESS_KEYYesYour AWS secret access key associated with the access key ID

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pipelines

List all CodePipeline pipelines

get_pipeline_state

Get the state of a specific pipeline

list_pipeline_executions

List executions for a specific pipeline

approve_action

Approve or reject a manual approval action

retry_stage

Retry a failed stage

trigger_pipeline

Trigger a pipeline execution

get_pipeline_execution_logs

Get logs for a pipeline execution

stop_pipeline_execution

Stop a pipeline execution

get_pipeline_details

Get the full definition of a specific pipeline

tag_pipeline_resource

Add or update tags for a pipeline resource

create_pipeline_webhook

Create a webhook for a pipeline to enable automatic triggering

get_pipeline_metrics

Get performance metrics for a pipeline

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/cuongdev/mcp-codepipeline-server'

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