connect_db
Establish a connection to a MySQL database using URL or configuration parameters to enable database interactions through the MCP MySQL Server.
Instructions
Connect to MySQL database using URL or config
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Database URL (mysql://user:pass@host:port/db) | |
| workspace | No | Project workspace path | |
| host | No | ||
| port | No | Database port (default: 3306) | |
| user | No | ||
| password | No | ||
| database | No |