Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodePipeline MCP Config

<fullname>AWS CodePipeline</fullname> <p> <b>Overview</b> </p> <p>This is the AWS CodePipeline API Reference. This guide provides descriptions of the actions and data types for AWS CodePipeline. Some functionality for your pipeline can only be configured through the API. For more information, see th

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-codepipeline.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-codepipeline.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-codepipeline": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codepipeline"],
      "env": {
      "AWS_CODEPIPELINE_API_KEY": "your_aws_codepipeline_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-codepipeline.json

Environment Variables

AWS_CODEPIPELINE_API_KEY

Replace your_aws_codepipeline_api_key with your actual aws codepipeline api key

Endpoints

POST/#X-Amz-Target=CodePipeline_20150709.AcknowledgeJob

AcknowledgeJob

POST/#X-Amz-Target=CodePipeline_20150709.AcknowledgeThirdPartyJob

AcknowledgeThirdPartyJob

POST/#X-Amz-Target=CodePipeline_20150709.CreateCustomActionType

CreateCustomActionType

POST/#X-Amz-Target=CodePipeline_20150709.CreatePipeline

CreatePipeline

POST/#X-Amz-Target=CodePipeline_20150709.DeleteCustomActionType

DeleteCustomActionType

POST/#X-Amz-Target=CodePipeline_20150709.DeletePipeline

DeletePipeline

POST/#X-Amz-Target=CodePipeline_20150709.DeleteWebhook

DeleteWebhook

POST/#X-Amz-Target=CodePipeline_20150709.DeregisterWebhookWithThirdParty

DeregisterWebhookWithThirdParty

POST/#X-Amz-Target=CodePipeline_20150709.DisableStageTransition

DisableStageTransition

POST/#X-Amz-Target=CodePipeline_20150709.EnableStageTransition

EnableStageTransition