Mysql

🌐Community
by wcygan · vlatest · Repository

Connects to MySQL databases, executes queries, and retrieves data based on provided instructions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add wcygan-mysql npx -- -y @trustedskills/wcygan-mysql
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "wcygan-mysql": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wcygan-mysql"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides access to MySQL database functionality. It allows agents to execute SQL queries, retrieve data from tables, and perform basic database operations. The agent can interact with a specified MySQL server to manage and query data effectively.

When to use it

  • Data Extraction: Retrieve specific information from a MySQL database for reporting or analysis.
  • Database Updates: Modify existing data within a MySQL database based on user requests or automated processes.
  • Query Generation: Generate SQL queries based on natural language descriptions of the desired data.
  • Schema Inspection: Get details about tables, columns and datatypes in a given database.

Key capabilities

  • SQL Query Execution
  • Data Retrieval
  • Database Interaction
  • Table Schema Access

Example prompts

  • "Get me all customers from the 'customers' table."
  • "Update the price of product ID 123 to $19.99 in the 'products' table."
  • "What are the names of all tables in the database?"
  • “Describe the ‘orders’ table.”

Tips & gotchas

  • Requires access credentials (hostname, username, password) for a MySQL server.
  • The agent needs to be configured with appropriate permissions on the target MySQL database.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
wcygan
Installs
8

🌐 Community

Passed automated security scans.