Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Proton MCP Config

<p>This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Operations.html">actions</a> and <a href="https://docs.aws.amazon.com/proton/latest/APIReference/API_Types.html">data t

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_PROTON_API_KEY

Replace your_aws_proton_api_key with your actual aws proton api key

Endpoints

POST/#X-Amz-Target=AwsProton20200720.AcceptEnvironmentAccountConnection

AcceptEnvironmentAccountConnection

POST/#X-Amz-Target=AwsProton20200720.CancelComponentDeployment

CancelComponentDeployment

POST/#X-Amz-Target=AwsProton20200720.CancelEnvironmentDeployment

CancelEnvironmentDeployment

POST/#X-Amz-Target=AwsProton20200720.CancelServiceInstanceDeployment

CancelServiceInstanceDeployment

POST/#X-Amz-Target=AwsProton20200720.CancelServicePipelineDeployment

CancelServicePipelineDeployment

POST/#X-Amz-Target=AwsProton20200720.CreateComponent

CreateComponent

POST/#X-Amz-Target=AwsProton20200720.CreateEnvironment

CreateEnvironment

POST/#X-Amz-Target=AwsProton20200720.CreateEnvironmentAccountConnection

CreateEnvironmentAccountConnection

POST/#X-Amz-Target=AwsProton20200720.CreateEnvironmentTemplate

CreateEnvironmentTemplate

POST/#X-Amz-Target=AwsProton20200720.CreateEnvironmentTemplateVersion

CreateEnvironmentTemplateVersion