MCP Codepipeline Server MCP Server

MCP server for AWS CodePipeline integration

Local serverstdio

What is the MCP Codepipeline Server MCP server?

MCP server for AWS CodePipeline integration. The mcp codepipeline server mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 1 defined tool rather than through you.

What it actually does

This is a Model Context Protocol (MCP) server that integrates with AWS CodePipeline, allowing you to manage your pipelines through Windsurf and Cascade. The server provides a standardized interface for interacting with AWS CodePipeline services.

  • List all pipelines
  • Get pipeline state and detailed pipeline definitions
  • List pipeline executions
  • Approve or reject manual approval actions
  • Retry failed stages
  • Trigger pipeline executions

Its toolset

Everything the assistant can do here goes through one of these:

  • Logs — The server logs information to the console. Check these logs for troubleshooting:

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Configuration

You will need 5 environment variables: AWS_REGION, AWS_PROFILE, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

  • Node.js (v14 or later) - AWS account with CodePipeline access - AWS credentials with permissions for CodePipeline and CloudWatch (read metrics) - Windsurf IDE with Cascade AI assistant

When to reach for it

This sits in the monitoring and observability group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Codepipeline Server's toolset — Logs — is a fair guide to whether it matches your workflow. It is maintained by cuongdev; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the mcp codepipeline server mcp server does with a few real requests.

Available tools

ToolWhat it does
LogsThe server logs information to the console. Check these logs for troubleshooting:

Configuration

  • Node.js (v14 or later) - AWS account with CodePipeline access - AWS credentials with permissions for CodePipeline and CloudWatch (read metrics) - Windsurf IDE with Cascade AI assistant
VariableDescriptionRequired
AWS_REGIONConfiguration value read at startup.Optional
AWS_PROFILEConfiguration value read at startup.Optional
AWS_ACCESS_KEY_IDCredential the server authenticates with.Yes
AWS_SECRET_ACCESS_KEYCredential the server authenticates with.Yes
AWS_SESSION_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Codepipeline Server to Logs.

Frequently asked questions

It connects MCP Codepipeline Server to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Logs) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Codepipeline Server directly.