Hologres
Summary
Hologres MCP Server provides a universal interface between AI Agents and Alibaba Cloud's Hologres databases, enabling seamless communication for metadata retrieval and SQL execution. Developed by TimothyDing, it supports executing SQL (including DDL, DML, and queries), collecting statistics with ANALYZE commands, and retrieving database metadata such as schemas, tables, and table statistics. The server requires Python 3.13+ and can be installed via pip or run directly from the repository, making it easy to integrate with MCP clients through simple configuration. This implementation is particularly valuable for data analysis workflows that need to interact with Hologres databases without switching contexts.
Available Actions(6)
execute_select_sql
Execute a SELECT SQL query on the Hologres server.
execute_dml_sql
Execute a DML (INSERT, UPDATE, DELETE) SQL query on the Hologres server.
execute_ddl_sql
Execute a DDL (CREATE, ALTER, DROP) SQL query on the Hologres server.
gather_table_statistics
Collect table statistics.
get_query_plan
Get query plan.
get_execution_plan
Get execution plan.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation