hologres-mcp-server
If you are the rightful owner of hologres-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Hologres MCP Server serves as a universal interface between AI Agents and Hologres databases, enabling seamless communication and SQL operations.
Hologres MCP Server is designed to facilitate communication between AI Agents and Hologres databases. It provides a universal interface that allows AI Agents to retrieve database metadata and execute SQL operations efficiently. The server supports multiple transport modes, including STDIO, SSE, and HTTP Stream, offering flexibility for different deployment environments. By default, it operates in SSE mode, but users can specify their preferred mode using command-line arguments. The server is configured through environment variables, ensuring easy setup and integration. It also includes tools for executing SQL queries, analyzing results, managing statistics, and obtaining query plans. The server is compatible with various platforms and can be installed via local repository cloning or PIP installation.
Features
- Multiple Transport Mode Support: Run in STDIO, SSE, or HTTP Stream mode
- Database Metadata Access: Retrieve schema and table information
- SQL Execution: Execute SQL queries and analyze results
- Statistics Management: Collect and view table statistics
- Query Planning: Get query plans and execution plans
Tools
execute_sql
Execute queries in Hologres
analyze_table
Collect table statistics
get_query_plan
Get query plan
get_execution_plan
Get execution plan