redshift-mcp-server

redshift-mcp-server

3.3

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

  1. run_query

    Execute a SQL query against Redshift

  2. explain_query

    Get the execution plan for a SQL query

  3. list_tables_in_schema

    List all tables and views in a specific schema

  4. list_schemas

    List all schemas in the database

  5. test_redshift_connection

    Test connectivity to the Redshift database