Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodeBuild MCP Config

<fullname>CodeBuild</fullname> <p>CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepacka

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-codebuild": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codebuild"],
      "env": {
      "AWS_CODEBUILD_API_KEY": "your_aws_codebuild_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-codebuild.json

Environment Variables

AWS_CODEBUILD_API_KEY

Replace your_aws_codebuild_api_key with your actual aws codebuild api key

Endpoints

POST/#X-Amz-Target=CodeBuild_20161006.BatchDeleteBuilds

BatchDeleteBuilds

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetBuildBatches

BatchGetBuildBatches

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetBuilds

BatchGetBuilds

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetProjects

BatchGetProjects

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetReportGroups

BatchGetReportGroups

POST/#X-Amz-Target=CodeBuild_20161006.BatchGetReports

BatchGetReports

POST/#X-Amz-Target=CodeBuild_20161006.CreateProject

CreateProject

POST/#X-Amz-Target=CodeBuild_20161006.CreateReportGroup

CreateReportGroup

POST/#X-Amz-Target=CodeBuild_20161006.CreateWebhook

CreateWebhook

POST/#X-Amz-Target=CodeBuild_20161006.DeleteBuildBatch

DeleteBuildBatch