Skip to content
MCP-Bridge
Databases

Amazon Relational Database Service MCP Config

Amazon Relational Database Service API

Config URL

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

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

Configuration JSON

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

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

Environment Variables

AMAZON_RELATIONAL_DATABASE_SERVICE_API_KEY

Replace your_amazon_relational_database_service_api_key with your actual amazon relational database service api key

Endpoints

GET/#Action=AddSourceIdentifierToSubscription

GET_AddSourceIdentifierToSubscription

POST/#Action=AddSourceIdentifierToSubscription

POST_AddSourceIdentifierToSubscription

GET/#Action=AddTagsToResource

GET_AddTagsToResource

POST/#Action=AddTagsToResource

POST_AddTagsToResource

GET/#Action=AuthorizeDBSecurityGroupIngress

GET_AuthorizeDBSecurityGroupIngress

POST/#Action=AuthorizeDBSecurityGroupIngress

POST_AuthorizeDBSecurityGroupIngress

GET/#Action=CopyDBSnapshot

GET_CopyDBSnapshot

POST/#Action=CopyDBSnapshot

POST_CopyDBSnapshot

GET/#Action=CreateDBInstance

GET_CreateDBInstance

POST/#Action=CreateDBInstance

POST_CreateDBInstance