Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS CodeDeploy MCP Server

<p>CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.</p> <p>You can deploy a nearly unlimited variety of application content, su

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-codedeploy

Environment Variables

AWS_CODEDEPLOY_API_KEY

Example: your_aws_codedeploy_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-codedeploy": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codedeploy"],
      "env": {
      "AWS_CODEDEPLOY_API_KEY": "your_aws_codedeploy_api_key"
}
    }
  }
}

Endpoints

POST/#X-Amz-Target=CodeDeploy_20141006.AddTagsToOnPremisesInstances

AddTagsToOnPremisesInstances

POST/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplicationRevisions

BatchGetApplicationRevisions

POST/#X-Amz-Target=CodeDeploy_20141006.BatchGetApplications

BatchGetApplications

POST/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentGroups

BatchGetDeploymentGroups

POST/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentInstances

BatchGetDeploymentInstances

POST/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeploymentTargets

BatchGetDeploymentTargets

POST/#X-Amz-Target=CodeDeploy_20141006.BatchGetDeployments

BatchGetDeployments

POST/#X-Amz-Target=CodeDeploy_20141006.BatchGetOnPremisesInstances

BatchGetOnPremisesInstances

POST/#X-Amz-Target=CodeDeploy_20141006.ContinueDeployment

ContinueDeployment

POST/#X-Amz-Target=CodeDeploy_20141006.CreateApplication

CreateApplication