Skip to main content
Glama
cuongdev

AWS CodePipeline MCP Server

by cuongdev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONNoAWS region (e.g., us-east-1)
AWS_PROFILENoAWS profile name for credentials
AWS_ACCESS_KEY_IDNoAWS access key ID
AWS_SESSION_TOKENNoAWS session token (optional for temporary credentials)
AWS_SECRET_ACCESS_KEYNoAWS secret access key

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_pipelinesB

List all CodePipeline pipelines

get_pipeline_stateC

Get the state of a specific pipeline

list_pipeline_executionsC

List executions for a specific pipeline

approve_actionC

Approve or reject a manual approval action

retry_stageC

Retry a failed stage

trigger_pipelineC

Trigger a pipeline execution

get_pipeline_execution_logsC

Get logs for a pipeline execution

stop_pipeline_executionC

Stop a pipeline execution

get_pipeline_detailsC

Get the full definition of a specific pipeline

tag_pipeline_resourceC

Add or update tags for a pipeline resource

create_pipeline_webhookC

Create a webhook for a pipeline to enable automatic triggering

get_pipeline_metricsC

Get performance metrics for a pipeline

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 12 tools

Disambiguation5/5

Every tool has a clearly distinct purpose targeting specific CodePipeline operations with no ambiguity. For example, get_pipeline_details retrieves definitions while get_pipeline_state shows status, and list_pipeline_executions enumerates runs versus get_pipeline_execution_logs fetches logs. The descriptions reinforce non-overlapping functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case throughout, such as list_pipelines, get_pipeline_details, and stop_pipeline_execution. The naming is predictable and readable, making it easy for agents to infer functionality from the names alone.

Tool Count5/5

With 12 tools, the server is well-scoped for managing AWS CodePipeline operations. Each tool earns its place by covering essential actions like listing, retrieving, triggering, stopping, and monitoring pipelines, without being overly sparse or bloated for the domain.

Completeness4/5

The tool set provides strong coverage for core pipeline workflows, including CRUD-like operations (list, get, trigger, stop) and lifecycle management (approve, retry, tag). A minor gap is the lack of tools for creating or deleting pipelines, which might require workarounds, but the existing surface supports most agent tasks effectively.

Maintenance

ActivityNo data
ResponsivenessUnresponsive