connect_db
Establish a connection to a MySQL database using a URL or configuration details, enabling database interactions through the MCP MySQL Server for querying, command execution, and schema management.
Instructions
Connect to MySQL database using URL or config
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | No | ||
host | No | ||
password | No | ||
url | No | Database URL (mysql://user:pass@host:port/db) | |
user | No | ||
workspace | No | Project workspace path |