Redshift
Connects to Redshift clusters for SQL query execution via the Model Context Protocol.
Acerca de
This server provides a bridge between Model Context Protocol (MCP) clients and Amazon Redshift clusters, enabling direct SQL query execution. It facilitates secure connections using standard username and password authentication, and includes internal validations to prevent accidental DDL (Data Definition Language) statements. Designed for practical use, it has been tested to reliably handle query outputs with over 100 rows, making it a robust solution for integrating Redshift into your MCP-driven workflows.
Características Principales
- Executes SQL queries via MCP
- Connects to Amazon Redshift clusters
- Tested for robust performance with outputs exceeding 100 rows
- Supports username and password authentication for Redshift
- 1 GitHub stars
- Includes validations to prevent DDL statement execution
Casos de Uso
- Integrating Redshift with Model Context Protocol (MCP) clients
- Connecting an MCP client to Redshift using credential-based authentication
- Executing SQL queries against a Redshift database programmatically