MCPServers
Hologres logo

Hologres

18
6.4k
0

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.

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Try it now in
HighlightHighlight AI

Quick Setup

Language

TypeScript

Categories

Tags

Hologres MCP Server