connect_db
Establish a connection to a MySQL database by providing a URL or configuration details. Enables secure database operations and query execution through the MCP-MySQL Server interface.
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 |