Loading...
npx @wong2/mcp-cliLaunch MariaDB instanceLaunches a new serverless MariaDB database instance.
Creates new database instances, incurring cost and potential security implications.
Execute SQL queryExecutes a SQL query on a specified SkySQL instance.
Direct SQL execution can lead to data breaches or modifications if not properly secured.
Manage database credentialsManages database credentials, including password resets and user creation.
Compromised credentials can lead to complete database takeover.
List database servicesLists available SkySQL database services.
Read-only operation with no potential for data modification.
Manage IP allowlistsManages IP allowlists for database access.
Incorrectly configured allowlists can expose the database to unauthorized access.
Interact with AI AgentsInteracts with AI agents connected to the database.
AI agents might perform unintended actions if not properly controlled.
The SkySQL MCP server offers convenient database management but introduces risks related to API key security and SQL execution. It's relatively safe for listing and monitoring, but risky if the API key is exposed or SQL injection vulnerabilities are present. Proper key management and input sanitization are crucial.