Mysql
Connects to and queries MySQL databases via secure plugins, enabling data retrieval and manipulation within the agent workflow.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pluginagentmarketplace-mysql npx -- -y @trustedskills/pluginagentmarketplace-mysql
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pluginagentmarketplace-mysql": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pluginagentmarketplace-mysql"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with MySQL databases, allowing them to execute SQL queries, manage database connections, and retrieve or manipulate data stored in MySQL-compatible environments.
When to use it
- You need to query a MySQL database for real-time analytics.
- Your application requires dynamic data retrieval from a relational database.
- You are automating tasks that involve updating or inserting records into a MySQL table.
Key capabilities
- Execute SQL queries against a MySQL database.
- Manage database connections securely.
- Retrieve and manipulate structured data stored in MySQL tables.
Example prompts
- "Run a SELECT query on the 'users' table where the email is '[email protected]'."
- "Insert a new record into the 'products' table with name 'Widget A' and price 19.99."
- "Fetch all rows from the 'orders' table created in the last 7 days."
Tips & gotchas
- Ensure that your MySQL server is accessible and properly configured for remote connections if needed.
- Use parameterized queries to prevent SQL injection vulnerabilities when handling user input.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.