mcp-server-mysql
MySQLデータベース用のモデルコンテキストプロトコルサーバー。このサーバーにより、LLMはデータベーススキーマを検査し、読み取り専用クエリを実行できるようになります。
特徴
- MySQL データベースへの読み取り専用アクセス
- スキーマ検査機能
- 読み取り専用トランザクション内での安全なクエリ実行
- Dockerサポート
- NPMパッケージが利用可能
インストール
Dockerの使用
Smithery経由でインストール
Smithery経由で Claude Desktop 用の MySQL データベース サーバーを自動的にインストールするには:
使用法
クロード・デスクトップ
claude_desktop_config.json
に次の構成を追加します。
注意: macOS で Docker を使用する場合、MySQL サーバーがホスト ネットワーク上で実行されている場合は、 host.docker.internal
を使用します。
接続URLの形式
/database
データベース名に置き換えます。
発達
ライセンス
このプロジェクトはMIT ライセンスの下でリリースされています。
安全
このサーバーは、データベースを保護するために読み取り専用アクセスを強制します。すべてのクエリは読み取り専用トランザクション内で実行されます。
セキュリティを強化するために、読み取り専用ユーザーを作成することをお勧めします。
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
スキーマを検査し、トランザクション内で安全な読み取り専用クエリを実行することにより、LLM が MySQL データベースと対話できるようにします。
Related Resources
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.Last updated -5,426418TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server providing read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.Last updated -5,426TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.Last updated -5,426MIT License
- -securityFlicense-qualityProvides read-only access to PostgreSQL databases, enabling LLMs to inspect database schemas and execute read-only SQL queries within a secure transaction context.Last updated -16,948JavaScript