Skip to main content
Glama

Database Tools for Claude AI

by elber-code

Claude AI 向けデータベースツール

これは、Claude AI が MySQL データベースと直接対話できるようにする MCP (Model Context Protocol) サーバーです。

特徴

  • Claude を通じて MySQL データベースをクエリする
  • 有効なSQLクエリを実行する
  • サイズや構造など、テーブルに関する情報を取得します
  • クロードで読みやすいようにフォーマットされた結果

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop のデータベース ツールを自動的にインストールするには:

npx -y @smithery/cli install @elber-code/database-tools --client claude

このツールをインストールして使用するには、次の手順に従います。

  1. リポジトリをクローンまたはダウンロードする
    git clone [repository-url]
    または、ZIP ファイルをダウンロードして解凍します。
  2. 依存関係をインストールするプロジェクト ディレクトリに移動して、次のコマンドを実行します。
    npm install

構成

Claude がこのツールを使用するには、通常次の場所にあるclaude_desktop_config.jsonファイルに構成を追加する必要があります。

C:\Users\YOUR_USER\AppData\Roaming\Claude\claude_desktop_config.json

次の構造になります。

{ "mcpServers": { // Other existing configurations... "database-tools": { "command": "node", "args": [ "C:\\path\\to\\index.js" ] } } }

使用法

設定が完了すると、次のようなコマンドを使用して Claude から MySQL データベースを操作できるようになります。

  1. すべてのデータベースを一覧表示する
    「MySQL でクエリを実行してデータベースを表示します。」
  2. データベース内のテーブルを表示する
    「MySQL でクエリを実行して、テーブルname_table表示します。」
  3. テーブルのサイズを問い合わせる
    「MySQL でクエリを実行して、テーブルname_tableのサイズを表示します。」
  4. カスタムクエリを実行する
    「MySQL でクエリを実行する: クエリで実行する内容の説明。」

安全

このツールは、 mysql.jsファイルで設定された権限で実行されます。許可したい操作に必要な権限のみを認証情報に含めてください。

トラブルシューティング

接続に問題がある場合は、以下を確認してください。

  • MySQLが動作していること
  • mysql.jsの認証情報が正しいこと
  • Claude構成ファイル内のパスが正しいこと

実装

データベースをクエリするには、Claude に次のように質問するだけです:「MySQL 内のすべてのデータベースを表示してください」または「users テーブルのサイズはどれくらいですか?」

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Tools

Claude AI が MySQL データベースと直接対話し、自然言語によるクエリ実行とテーブル情報の取得を可能にする MCP サーバー。

  1. 特徴
    1. インストール
      1. Smithery経由でインストール
    2. 構成
      1. 使用法
        1. 安全
          1. トラブルシューティング
            1. 実装

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
                Last updated -
                7
                180
                45
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
                Last updated -
                7
                18
                4
                TypeScript
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                A natural language interface that allows Claude to execute SQL queries on your local MySQL databases, enabling database interaction using natural language.
                Last updated -
                2
                Python
                • Linux
                • Apple
              • -
                security
                A
                license
                -
                quality
                An MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.
                Last updated -
                1
                Python
                MIT License
                • Apple

              View all related MCP servers

              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/elber-code/database-tools'

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