Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Secrets Manager MCP Config

<fullname>Amazon Web Services Secrets Manager</fullname> <p>Amazon Web Services Secrets Manager provides a service to enable you to store, manage, and retrieve, secrets.</p> <p>This guide provides descriptions of the Secrets Manager API. For more information about using this service, see the <a href

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AWS_SECRETS_MANAGER_API_KEY

Replace your_aws_secrets_manager_api_key with your actual aws secrets manager api key

Endpoints

POST/#X-Amz-Target=secretsmanager.CancelRotateSecret

CancelRotateSecret

POST/#X-Amz-Target=secretsmanager.CreateSecret

CreateSecret

POST/#X-Amz-Target=secretsmanager.DeleteResourcePolicy

DeleteResourcePolicy

POST/#X-Amz-Target=secretsmanager.DeleteSecret

DeleteSecret

POST/#X-Amz-Target=secretsmanager.DescribeSecret

DescribeSecret

POST/#X-Amz-Target=secretsmanager.GetRandomPassword

GetRandomPassword

POST/#X-Amz-Target=secretsmanager.GetResourcePolicy

GetResourcePolicy

POST/#X-Amz-Target=secretsmanager.GetSecretValue

GetSecretValue

POST/#X-Amz-Target=secretsmanager.ListSecretVersionIds

ListSecretVersionIds

POST/#X-Amz-Target=secretsmanager.ListSecrets

ListSecrets