M

MySQL Integration

Execute safe read-only SQL queries against MySQL databases with multi-connection support, SSL encryption, and defense-in-depth security

Home/Data-analysis/MySQL Integration

What is it?

Execute safe read-only SQL queries against MySQL databases with multi-connection support, SSL encryption, and defense-in-depth security Built for use cases involving mysql, database, sql, data-analysis, query.

How to use it?

Create connections.json in the skill directory or ~/.config/claude/mysql-connections.json.

Security: Set file permissions to 600 since it contains credentials:

chmod 600 connections.json
{
  "databases": [
    {
      "name": "production",
      "description": "Main app database - users, orders, transactions",
      "host": "db.example.com",
      "port": 3306,
      "database": "app_prod",
      "user": "readonly_user",
      "password": "your-password",
      "ssl_disabled": false
    }
  ]
}

Key Features

  • Execute safe read-only SQL queries against MySQL databases with multi-connection support, SSL encryption, and defense-in-depth security
  • Database management and query optimization
  • Data analysis and visualization capabilities
View on GitHub

GitHub Stats

Stars
Forks
Last Update
License
Apache-2.0
Version
1.0.0

Features

Download MySQL Integration

MySQL Integration is free and open source. Download it from the official source repository — clone it with git or use GitHub's Download ZIP option on the repo page — then copy the skill folder into your project's .claude/skills/ directory to install it.

If you are an AI agent

Query this directory over HTTP

This site is a searchable directory of harness components for AI coding agents. Fetch objective JSON — names, descriptions, stars, and source links. Installation and selection are yours to decide.

GET https://claudeskills.info/api/v1/search?q=ui%2Fux
GET https://claudeskills.info/api/v1/search?type=subagent&q=review
GET https://claudeskills.info/api/v1/meta
See https://claudeskills.info/llms.txt