
veDB MySQL
STDIO火山引擎veDB MySQL云数据库管理服务器
火山引擎veDB MySQL云数据库管理服务器
The veDB MySQL cloud database adopts a compute-storage–separated architecture, is 100 % MySQL-compatible, and supports up to 200 TiB of large-scale structured data storage. A single cluster can scale out to as many as 16 compute nodes. Key features include instance management, account management, database management, backup and restore, allowlist, data migration, data synchronization, read/write splitting, security auditing, high availability, version upgrades, and backup & recovery.
Item | Details |
---|---|
Description | Volcano Engine veDB MySQL is an out-of-the-box, stable and reliable relational database service |
Category | Database |
Tags | MySQL, RDS, Relational Database, Database |
create_vedb_mysql_instance
"Create a new vedbm instance using the parameters of my other instance as reference, and tell me the MySQL connection string."
list_vedb_mysql_instances
"List my vedbm instances."
describe_vedb_mysql_detail
"Show the details of instance ID vedbm-hylviolixpvu."
list_vedb_mysql_instance_databases
"Show the database list in instance vedbm-hylviolixpvu."
list_vedb_mysql_instance_accounts
"Show the account list in instance vedbm-hylviolixpvu."
modify_vedb_mysql_instance_alias
"Change the alias of instance vedbm-hylviolixpvu to Production Database."
create_vedb_mysql_allowlist
"Create a veDB MySQL network allowlist only for my ECS instances."
bind_allowlist_to_vedb_mysql_instances
"Bind the allowlist created in the previous step to my veDB MySQL instance."
Click here to open the Volcano Engine veDB MySQL service page
Obtain your Access Key ID, Secret Access Key, and Region from the Volcano Engine console, and use API Key authentication.
Set the following variables in your configuration file:
VOLCENGINE_ACCESS_KEY = <Your Access Key ID>
VOLCENGINE_SECRET_KEY = <Your Secret Access Key>
Volcano Engine veDB MySQL service access address: https://www.volcengine.com/docs/6357/66583
{ "mcpServers": { "vedb_mysql": { "command": "uvx", "args": [ "--from", "git+https://github.com/volcengine/mcp-server#subdirectory=server/mcp_server_vedb_mysql", "mcp-server-vedbm" ], "env": { "VOLCENGINE_ACCESS_KEY": "your-access-key", "VOLCENGINE_SECRET_KEY": "your-secret-key", "VOLCENGINE_REGION": "<VOLCENGINE_REGION>", "MCP_SERVER_PORT": "<PORT>", "VOLCENGINE_ENDPOINT": "<ENDPOINT>" } } } }
volcengine/mcp-server is licensed under the MIT License.