Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS Signer MCP Config

<p>AWS Signer is a fully managed code signing service to help you ensure the trust and integrity of your code. </p> <p>AWS Signer supports the following applications:</p> <p>With <i>code signing for AWS Lambda</i>, you can sign AWS Lambda deployment packages. Integrated support is provided for Amazo

Config URL

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

https://mcpbridge.org/config/amazonaws-com-signer.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-signer": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-signer"
      ],
      "env": {
        "AWS_SIGNER_API_KEY": "your_aws_signer_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-signer": {
      "url": "https://mcpbridge.org/config/amazonaws-com-signer.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-signer": {
      "url": "https://mcpbridge.org/config/amazonaws-com-signer.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-signer.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-signer": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-signer"],
      "env": {
      "AWS_SIGNER_API_KEY": "your_aws_signer_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://mcpbridge.org/config/amazonaws-com-signer.json

Environment Variables

AWS_SIGNER_API_KEY

Replace your_aws_signer_api_key with your actual aws signer api key

Endpoints

GET/signing-profiles/{profileName}/permissions

ListProfilePermissions

POST/signing-profiles/{profileName}/permissions

AddProfilePermission

GET/signing-profiles/{profileName}

GetSigningProfile

PUT/signing-profiles/{profileName}

PutSigningProfile

DELETE/signing-profiles/{profileName}

CancelSigningProfile

GET/signing-jobs/{jobId}

DescribeSigningJob

GET/signing-platforms/{platformId}

GetSigningPlatform

GET/signing-jobs

ListSigningJobs

POST/signing-jobs

StartSigningJob

GET/signing-platforms

ListSigningPlatforms