hologres-mcp-server-sse
If you are the rightful owner of hologres-mcp-server-sse 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 the interaction between AI agents and Hologres databases by providing a universal interface. It allows AI agents to retrieve metadata from Hologres databases and execute SQL operations efficiently. The server supports dual transport modes, STDIO and SSE, to cater to different integration needs. It is configured through environment variables and can be installed via a local repository or pip. The server also includes tools for executing SQL queries, analyzing tables, and obtaining query plans, making it a comprehensive solution for database management and interaction.
Features
- Dual Transport Mode Support: Run in either STDIO or SSE 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