Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-rds.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-rds": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-rds"
      ],
      "env": {
        "AMAZON_RELATIONAL_DATABASE_SERVICE_API_KEY": "your_amazon_relational_database_service_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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