vinodismyname/redshift-utils-mcp
Redshift Utils MCP Server is a Model Context Protocol server designed to integrate LLM capabilities with Amazon Redshift databases.
Tools
Functions exposed to the LLM to take actions
handle_check_cluster_health
Performs a health assessment of the Redshift cluster using a set of diagnostic SQL scripts.
handle_diagnose_locks
Identifies active lock contention and blocking sessions in the cluster.
handle_diagnose_query_performance
Analyzes a specific query's execution performance, including plan, metrics, and historical data.
handle_execute_ad_hoc_query
Executes an arbitrary SQL query provided by the user via Redshift Data API.
handle_get_table_definition
Retrieves the DDL statement for a specific table.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client