connect_database
Connect to a specific MySQL database using the MCP server to enable SQL query execution and database management through Claude.
Instructions
Connect to a specific MySQL database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"title": "Database",
"type": "string"
}
},
"required": [
"database"
],
"title": "connect_databaseArguments",
"type": "object"
}