MCP Server for Amazon Redshift
@snahmod
About MCP Server for Amazon Redshift
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for Amazon Redshift?
The MCP Server for Amazon Redshift is a Model Context Protocol (MCP) server that provides a standardized interface for AI models to interact with Amazon Redshift databases. It enables listing tables, retrieving schema information, and executing read-only SQL queries.
How to use MCP Server for Amazon Redshift?
Install Node.js 18+, clone the repository, run npm install and npm run build, then configure environment variables for Redshift connection and transport type. Run with npm start for production or npm run dev for development. The server exposes three tools: list_tables, get_tables_schema, and query.
Key features of MCP Server for Amazon Redshift
- 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 stdio and SSE (Server-Sent Events) transport
- Type-safe implementation in TypeScript
Use cases of MCP Server for Amazon Redshift
- AI‑powered data exploration without direct SQL access
- Schema discovery for analytics and reporting tools
- Read-only query execution for LLM‑driven data analysis
- Integrating Redshift data into MCP‑compatible assistants
FAQ from MCP Server for Amazon Redshift
What prerequisites are needed to run the server?
Node.js 18 or higher, access to a Redshift database, and properly configured environment variables for host, port, database, user, password, and schemas.
How are queries secured against accidental writes?
All queries are executed in read-only transactions, preventing any data modification.
What transports does the server support?
It supports both stdio (default) and SSE (Server-Sent Events). Set TRANSPORT_TYPE to sse and optionally configure a port.
Are there any known limitations?
The server is based on the PostgreSQL MCP server and may inherit its limitations. CORS is enabled for SSE transport and should be configured for production.
Where does the configuration data live?
Configuration is stored in a .env file in the root directory, which must contain Redshift connection details and server settings.
Frequently asked questions
What prerequisites are needed to run the server?
Node.js 18 or higher, access to a Redshift database, and properly configured environment variables for host, port, database, user, password, and schemas.
How are queries secured against accidental writes?
All queries are executed in read-only transactions, preventing any data modification.
What transports does the server support?
It supports both stdio (default) and SSE (Server-Sent Events). Set `TRANSPORT_TYPE` to `sse` and optionally configure a port.
Are there any known limitations?
The server is based on the PostgreSQL MCP server and may inherit its limitations. CORS is enabled for SSE transport and should be configured for production.
Where does the configuration data live?
Configuration is stored in a `.env` file in the root directory, which must contain Redshift connection details and server settings.
Basic information
More Cloud & Infrastructure MCP servers
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati

Nippy
NippyNippy is drag-and-drop hosting (nippy.host) with an MCP server: connect it and your assistant can publish HTML, folders of photos, or file downloads to a live *.nippy.site URL — and keep editing the site in place at the
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Comments