MySQL MCP (kevinwatt)
Runs read-oriented SQL queries against a MySQL database from an agent.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for MySQL MCP (kevinwatt), derived from its capabilities.
These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology. Are you the vendor? Factual corrections are free.
Overview
This server connects an agent to a MySQL database to list tables, inspect schema, and run queries. Tool surface: schema introspection and query execution. Security surface: it holds database credentials and can read (and depending on config, write) data, so SQL from a model must be treated as untrusted.
Key features
- List tables and inspect schema
- Execute SQL queries
- Standard MySQL connection config
Use cases
- Let an agent answer questions from a MySQL DB
- Ad-hoc data exploration via natural language