mcp-server-mariadb
MariaDBからデータを取得するためのMCPサーバーの実装
特徴
リソース
データベースのスキーマリストを公開する
ツール
クエリデータベース
MariDBに対して読み取り専用操作を実行する
依存
MariaDBをインストールする
マック
mariadb をインストールすると、以下の OS エラーが発生する可能性があります。mariadb-connector-c をインストールすることで解決できます。
brew install mariadb-connector-cを実行します。echo 'export PATH="/opt/homebrew/opt/mariadb-connector-c/bin:$PATH"' >> ~/.bashrc環境変数を設定する
export MARIADB_CONFIG=$(brew --prefix mariadb-connector-c)/bin/mariadb_configuv add mariadb再度実行します。
Claude Desktopでの使用
設定ファイル
Claude Desktop 構成ファイルへのパス:
MacOS :
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows :
%APPDATA%\Claude\claude_desktop_config.json
注: これらのプレースホルダーを実際のパスに置き換えます。
/PATH/TO/uvx: uvx実行ファイルへのフルパス
注: これらのプレースホルダーを実際のパスに置き換えます。
/PATH/TO/uv: UV実行ファイルへのフルパス/YOUR/SOURCE/PATH/mcp-server-mariadb/src/mcp_server_mariadb: サーバーのソースコードへのパス
ライセンス
この mcp サーバーは MIT ライセンスに基づいてライセンスされています。リポジトリ内の LICENSE ファイルを参照してください。
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.
Claude が MariaDB データベースに対して読み取り専用クエリを実行し、自然言語を通じてデータベース スキーマを探索できるようにする MCP サーバー実装。
Related MCP Servers
- Asecurity-licenseAqualityAn 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 -78614MIT License
- Asecurity-licenseAqualityAn MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.Last updated -27MIT License
- -security-license-qualityAn MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.Last updated -
- -security-license-qualityAn MCP server that enables natural language querying of Supabase PostgreSQL databases using Claude 3.7, allowing users to inspect schemas, execute SQL, manage migrations, and convert natural language to SQL queries.