AWS RDS Management
Manage Amazon RDS and Aurora database clusters, including instances, backups, parameters, costs, and monitoring.
AWS Labs RDS Management MCP Server
The official MCP Server for managing AWS RDS database resources. This server provides comprehensive tools for creating, modifying, deleting, and managing Amazon RDS database instances and clusters.
Available Resource Templates
DB Cluster Resources
aws-rds://db-cluster- List all available Amazon RDS clusters in your accountaws-rds://db-cluster/{db_cluster_identifier}- Get detailed information about a specific RDS cluster
DB Instance Resources
aws-rds://db-instance- List all available Amazon RDS instances in your accountaws-rds://db-instance/{db_instance_identifier}- Get detailed information about a specific RDS instance
Available Tools
DB Cluster Management Tools
CreateDBCluster- Create a new Amazon RDS database clusterModifyDBCluster- Modify an existing RDS database cluster configurationDeleteDBCluster- Delete an RDS database clusterChangeDBClusterStatus- Start, stop, or reboot a DB clusterFailoverDBCluster- Force a failover for an RDS database clusterCreateDBClusterSnapshot- Create a snapshot of a DB clusterDeleteDBClusterSnapshot- Delete a DB cluster snapshotRestoreDBClusterFromSnapshot- Restore a DB cluster from a snapshotRestoreDBClusterToPointInTime- Restore a DB cluster to a point in timeDescribeDBClusters- Retrieve information about RDS database clusters
DB Instance Management Tools
CreateDBInstance- Create a new Amazon RDS database instanceModifyDBInstance- Modify an existing RDS database instanceDeleteDBInstance- Delete an RDS database instanceManageDBInstanceStatus- Start, stop, or reboot a DB instanceDescribeDBInstances- Retrieve information about RDS database instances
Parameter Group Management Tools
CreateDBClusterParameterGroup- Create a new custom DB cluster parameter groupCreateDBInstanceParamGroup- Create a new custom DB instance parameter groupModifyDBClusterParameterGroup- Modify parameters in a DB cluster parameter groupModifyDBInstanceParamGroup- Modify parameters in a DB instance parameter groupResetDBClusterParameterGroup- Reset parameters in a DB cluster parameter groupResetDBInstanceParameterGroup- Reset parameters in a DB instance parameter groupDescribeDBClusterParamGroups- List DB cluster parameter group descriptionsDescribeDBInstanceParamGroups- List DB instance parameter group descriptions
Instructions
The AWS RDS Management MCP Server provides comprehensive tools for managing your Amazon RDS database resources. Each tool provides specific functionality for working with RDS clusters and instances, allowing you to create, modify, delete, and control database resources.
To use these tools, ensure you have proper AWS credentials configured with appropriate permissions for RDS operations. The server will automatically use credentials from environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_SESSION_TOKEN) or other standard AWS credential sources.
All tools support an optional region_name parameter to specify which AWS region to operate in. If not provided, it will use the AWS_REGION environment variable.
Prerequisites
- Install
uvfrom Astral or the GitHub README - Install Python using
uv python install 3.10 - Set up AWS credentials with access to RDS services
- Consider setting up Read-only permission if you don't want the LLM to modify any resources
Installation
Add the MCP to your favorite agentic tools. (e.g. for Amazon Q Developer CLI MCP, ~/.aws/amazonq/mcp.json):
{
"mcpServers": {
"awslabs.rds-management-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/rds-management",
"run",
"main.py"
],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-west-2",
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}
If you would like to prevent the MCP from taking any mutating actions (i.e. Create/Update/Delete Resource), you can specify the readonly flag as demonstrated below:
{
"mcpServers": {
"awslabs.rds-management-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/rds-management",
"run",
"main.py",
"--readonly"
],
"env": {
"AWS_PROFILE": "default",
"AWS_REGION": "us-west-2",
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}
Configuration
AWS Configuration
Configure AWS credentials and region:
# AWS settings
AWS_PROFILE=default # AWS credential profile to use
AWS_REGION=us-east-1 # AWS region to connect to
The server automatically handles:
- AWS authentication and credential management
- Connection establishment and management
Server Settings
The following CLI arguments can be passed when running the server:
# Server CLI arguments
--max-items 100 # Maximum number of items returned from API responses
--port 8888 # Port to run the server on
--readonly # Whether to run in readonly mode (prevents mutating operations)
--no-readonly # Whether to turn off readonly mode (allow mutating operations)
--region us-east-1 # AWS region for RDS operations
--profile default # AWS profile to use for credentials
Development
Running Tests
uv venv
source .venv/bin/activate
uv sync
uv run --frozen pytest
Running the Server
uv --directory /path/to/rds-management run main.py
Running in Readonly Mode
uv --directory /path/to/rds-management run main.py --readonly
Related Servers
Microsoft Fabric Analytics
An analytics server providing tools for interacting with the Microsoft Fabric data platform.
Elasticsearch
Connect to and interact with an Elasticsearch cluster directly from any MCP client using environment variables for configuration.
MCP KQL Server
Execute KQL queries using Azure authentication. Requires Azure CLI login.
SQL Server for MySQL, PostgreSQL, and SQLite
A server for making queries to MySQL, PostgreSQL, and SQLite databases.
dbt-docs
MCP server for dbt-core (OSS) users as the official dbt MCP only supports dbt Cloud. Supports project metadata, model and column-level lineage and dbt documentation.
Quick Data for Windows MCP
A Windows-optimized server for performing data analytics on JSON and CSV files, designed for Claude Desktop integration.
楼宇大数据服务
Provides comprehensive building and office address information queries, including enterprise office address search and building information queries.
Video Metadata MCP Server
Manages video metadata, including game information, teams, scores, and other sports-related data.
CRM MCP Server
A production-ready MCP server for Customer Relationship Management (CRM) functionality, built with TypeScript and SQLite.
DexPaprika
Access real-time DEX analytics across 20+ blockchains with DexPaprika API, tracking 5M+ tokens, pools, volumes, and historical market data. Built by CoinPaprika.