redshift-mcp-server
If you are the rightful owner of redshift-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.
A Model Context Protocol (MCP) server for interacting with Amazon Redshift databases.
The Redshift MCP Server is designed to facilitate seamless interaction with Amazon Redshift databases through a Model Context Protocol (MCP) server. It allows users to execute SQL queries, obtain execution plans, and explore database schemas and tables. The server is built to integrate with platforms like Amazon Q or Claude, providing a robust solution for database management and analysis. With a focus on security, users are advised to manage credentials carefully and avoid exposing sensitive information. The server supports various development and testing configurations, ensuring flexibility and ease of use for developers.
Features
- Run SQL queries on Redshift
- Explain SQL query execution plans
- List tables and views within a schema
- List all schemas within the database
- Test connection to Redshift
Tools
run_query
Execute a SQL query against Redshift
explain_query
Get the execution plan for a SQL query
list_tables_in_schema
List all tables and views in a specific schema
list_schemas
List all schemas in the database
test_redshift_connection
Test connectivity to the Redshift database