connect_db
Establish connections to MySQL databases using URL or configuration parameters. Supports database operations such as queries, schema management, and CRUD through a standardized interface on the MCP-MongoDB-MySQL-Server.
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 |