connect_db
Establish a secure connection to a MySQL database by providing host, user, password, and database name, enabling interaction with the database through the MCP server.
Instructions
Connect to MySQL database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes | Database name | |
host | Yes | Database host | |
password | Yes | Database password | |
user | Yes | Database user |