Skip to main content
Glama
awand795

mysql-explorer

by awand795

MySQL Explorer MCP Server

Implementasi Model Context Protocol (MCP) yang memungkinkan Claude Desktop untuk berinteraksi langsung dengan database MySQL Anda. Server ini menyediakan tool untuk membaca seluruh skema dan data tabel secara otomatis.


🚀 Fitur Utama

  • Schema Discovery: Mendeteksi semua tabel dan struktur kolom secara otomatis.

  • Full Data Retrieval: Mengambil seluruh baris data dari database untuk dianalisis oleh Claude.

  • Deep Integration: Berjalan sebagai sidecar process untuk Claude Desktop.


Related MCP server: MySQL MCP Server

🛠 Prasyarat

Sebelum memulai, pastikan perangkat Anda sudah terpasang:

  • Node.js (v18 atau lebih baru)

  • MySQL Server (Lokal atau Remote)

  • Claude Desktop App (Versi terbaru)


📦 Instalasi

  1. Clone atau Masuk ke Direktori Proyek:

    cd path/to/your/mysql-mcp-server
  2. Instal Dependensi:

    npm install
  3. Build Proyek (Compile TypeScript ke JS):

    npm run build

⚙️ Konfigurasi Claude Desktop

Untuk menghubungkan server ini, Anda harus mengedit file claude_desktop_config.json.

Lokasi File Konfigurasi:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Tambahkan konfigurasi berikut:

{
  "mcpServers": {
    "mysql-explorer": {
      "command": "node",
      "args": ["C:/absolute/path/to/your/project/build/index.js"],
      "env": {
        "DB_HOST": "localhost",
        "DB_PORT": "3306",
        "DB_USER": "root",
        "DB_PASSWORD": "your_password",
        "DB_NAME": "your_database_name"
      }
    }
  }
}
F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables Claude Desktop to interact with MySQL databases through secure query execution, schema discovery, and multi-database support with configurable read/write permissions and built-in SQL injection protection.
    Last updated
    64
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to securely interact with MySQL databases for schema discovery, data querying, and record management with configurable access controls. It provides specialized tools for listing tables, describing structures, and performing CRUD operations within environments like Claude and VS Code.
    Last updated
    43
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables Claude Desktop to execute read-only SQL queries on MySQL databases via natural language, with dynamic connection switching and built-in security.
    Last updated
    3
    241
    7
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables natural language querying of MySQL databases via Claude Code, allowing SELECT queries, table listing, and schema inspection.
    Last updated
    946
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

  • Talk to your live-events CRM (campaigns, analytics, paid ads, segments) in Claude and ChatGPT.

  • Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/awand795/mcp-server-mysql'

If you have feedback or need assistance with the MCP directory API, please join our Discord server