
Volcengine RDS PostgreSQL
STDIOManaged PostgreSQL database service with instance, database, account, and schema management capabilities.
Managed PostgreSQL database service with instance, database, account, and schema management capabilities.
Volcengine RDS PostgreSQL is a relational database service provided by Volcengine that is fully compatible with open - source PostgreSQL. It supports key features such as instance management, database management, account management, Schema management, connection management, parameter management, backup and recovery, log management, event management, and data security.
Item | Details |
---|---|
Version | v1.0.0 |
Description | Volcengine RDS PostgreSQL is a ready - to - use and reliable relational database service. |
Category | Database |
Tags | PostgreSQL, RDS, Relational Database, Database |
describe_db_instances
"List my RDS PostgreSQL instances"
describe_db_instance_detail
"View the details of the instance with ID postgres-123456"
describe_databases
"Get the database list of the postgres-123456 instance"
describe_db_accounts
"Get the account list of the postgres-123456 instance"
describe_schemas
"Get the schema list of the postgres-123456 instance"
describe_db_instance_parameters
"Get the parameter list of the postgres-123456 instance"
describe_allow_lists
"Get the allow list in the cn-beijing region"
describe_allow_list_detail
"Get the details of the allow list acl-123456"
describe_backups
"Get the backup list of the postgres-123456 instance"
describe_backup_policy
"Get the backup policy of the postgres-123456 instance"
create_db_instance
"Create an RDS PostgreSQL instance"
create_database
"Create a database named testdb in the postgres-123456 instance"
create_db_account
"Create a database account named testuser in the postgres-123456 instance"
create_schema
"Create a schema named testschema in the testdb database of the postgres-123456 instance"
Click to go to the Volcengine RDS PostgreSQL service activation page
Obtain the access key ID, secret access key, and region from the Volcengine Management Console, and use API Key authentication. You need to set VOLCENGINE_ACCESS_KEY
and VOLCENGINE_SECRET_KEY
in the configuration file.
Volcengine RDS PostgreSQL service access address: https://www.volcengine.com/docs/6438/69237
{ "mcpServers": { "rds_postgresql": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server.git#subdirectory=server/mcp_server_rds_postgresql", "mcp-server-rds-postgresql" ], "transportType": "stdio", "env": { "VOLCENGINE_ENDPOINT": "Volcengine endpoint", "VOLCENGINE_REGION": "Volcengine resource region", "VOLCENGINE_ACCESS_KEY": "Volcengine account ACCESSKEY", "VOLCENGINE_SECRET_KEY": "Volcengine account SECRETKEY", "MCP_SERVER_PORT": "MCP server listening port" } } } }
volcengine/mcp-server is licensed under the MIT License.