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 Server 是 AI Agent 与 Hologres 数据库之间的通用接口,它实现了 AI Agent 与 Hologres 之间的无缝通信,帮助 AI Agent 获取 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
:获取表 DDLhologres:///{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 操作。