mcp-server-redshift

mcp-server-redshift

3.1

If you are the rightful owner of mcp-server-redshift 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 implementation for Amazon Redshift, providing a standardized interface for interacting with Redshift databases through AI models.

The MCP Server for Redshift is a robust implementation designed to facilitate seamless interaction with Amazon Redshift databases using AI models. It offers a standardized interface that allows users to list tables, views, and materialized views across multiple schemas, retrieve detailed schema information for multiple tables, and execute read-only SQL queries. The server supports both stdio and Server-Sent Events (SSE) transport, ensuring flexibility in communication methods. Developed in TypeScript, it ensures type safety and reliability. The server requires Node.js 18 or higher and access to a Redshift database, with environment variables configured for connection and server settings. The project is structured to separate configuration, tool implementations, and server setup, promoting maintainability and scalability.

Features

  • List tables, views, and materialized views across multiple schemas
  • Get detailed schema information for multiple tables in a single request
  • Execute read-only SQL queries against Redshift
  • Support for both stdio and SSE (Server-Sent Events) transport
  • Type-safe implementation in TypeScript