Hologres MCP サーバー
Hologres MCPサーバーは、AIエージェントとHologresデータベース間のユニバーサルインターフェースとして機能します。AIエージェントとHologres間のシームレスな通信を可能にし、AIエージェントがHologresデータベースのメタデータを取得し、SQL操作を実行するのに役立ちます。
構成
モード1: ローカルファイルの使用
ダウンロード
Githubからダウンロード
MCP統合
MCP クライアント構成ファイルに次の構成を追加します。
モード2: PIPモードの使用
インストール
次のパッケージを使用して MCP サーバーをインストールします。
MCP統合
MCP クライアント構成ファイルに次の構成を追加します。
コンポーネント
ツール
execute_select_sql
: Hologres サーバーで SELECT SQL クエリを実行するexecute_dml_sql
: Hologres サーバーで DML (INSERT、UPDATE、DELETE) SQL クエリを実行します。execute_ddl_sql
: Hologres サーバーで DDL (CREATE、ALTER、DROP) SQL クエリを実行します。gather_table_statistics
: テーブル統計を収集するget_query_plan
: クエリプランを取得するget_execution_plan
: 実行プランを取得する
リソース
組み込みリソース
hologres:///schemas
: データベース内のすべてのスキーマを取得する
リソーステンプレート
hologres:///{schema}/tables
: スキーマ内のすべてのテーブルを一覧表示するhologres:///{schema}/{table}/partitions
: パーティションテーブルのすべてのパーティションを一覧表示しますhologres:///{schema}/{table}/ddl
: テーブル DDL を取得するhologres:///{schema}/{table}/statistic
: 収集されたテーブル統計を表示しますsystem:///{+system_path}
: システム パスには以下が含まれます。missing_stats_tables - 統計が欠落しているテーブルを表示します。
stat_activity - 現在実行中のクエリの情報を表示します。
query_log/latest/<row_limits> - 指定された行数の最近のクエリ ログ履歴を取得します。
query_log/user/<user_name>/<row_limits> - 行制限のある特定のユーザーのクエリ ログ履歴を取得します。
query_log/application/<application_name>/<row_limits> - 行制限のある特定のアプリケーションのクエリ ログ履歴を取得します。
query_log/failed//<row_limits> - 間隔と指定された行数で失敗したクエリ ログ履歴を取得します。
プロンプト
現時点ではありません
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.
Tools
AI エージェントが Hologres データベースと通信し、データベース メタデータを取得して SQL 操作を実行できるようにするユニバーサル インターフェース。
Related Resources
Related MCP Servers
- -securityFlicense-qualityA server that allows AI models to interact with PostgreSQL databases through a standardized protocol, providing database schema information and SQL query execution capabilities.Last updated -1
- AsecurityAlicenseAqualityEnables AI models to interact with PostgreSQL databases through a standardized interface, supporting operations like queries, table manipulation, and schema inspection.Last updated -61917MIT License
- -securityAlicense-qualityA powerful server that enables AI agents to interact with MySQL databases, execute SQL queries, and manage database content through a simple interface.Last updated -4396MIT License
- -securityAlicense-qualityEnables AI agents to interact with PostgreSQL databases through the Model Context Protocol, providing database schema exploration, table structure inspection, and SQL query execution capabilities.Last updated -15MIT License