A
securityA
licenseA
qualityAllows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
Last updated -
1
360
Python
MIT License
Enables downloading the Hologres MCP Server source code for local integration.
Hologres MCPサーバーは、AIエージェントとHologresデータベース間のユニバーサルインターフェースとして機能します。AIエージェントとHologres間のシームレスな通信を可能にし、AIエージェントがHologresデータベースのメタデータを取得し、SQL操作を実行するのに役立ちます。
Githubからダウンロード
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}
: システム パスには以下が含まれます。現時点ではありません
You must be authenticated.
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.
AI エージェントが Hologres データベースと通信し、データベース メタデータを取得して SQL 操作を実行できるようにするユニバーサル インターフェース。