Overview
Features
execute_select_sql
Execute SELECT SQL queries on the AnalyticDB PostgreSQL server
execute_dml_sql
Execute DML (INSERT, UPDATE, DELETE) SQL queries on the AnalyticDB PostgreSQL server
execute_ddl_sql
Execute DDL (CREATE, ALTER, DROP) SQL queries on the AnalyticDB PostgreSQL server
analyze_table
Collect table statistics
explain_query
Get query execution plan
adbpg_graphrag_upload
Upload a text file (with its name) and file content to graphrag to generate a knowledge graph.
adbpg_graphrag_query
Query the graphrag using the specified query string and mode.
adbpg_llm_memory_add
Add LLM long memory.
Who Is This For?
- AI agents:Connect to AnalyticDB PostgreSQL; query metadata and run SQL via the MCP server.
- Developers:Integrate the MCP server into applications, configure transports and environment variables for deployment.




