A Model Context Protocol (MCP) server for Amazon Redshift that enables AI assistants to interact with Redshift databases.
Redshift MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) server for Amazon Redshift that enables AI assistants to interact with Redshift databases.
Redshift MCP Server is a Python-based implementation of the Model Context Protocol that provides tools and resources for interacting with Amazon Redshift databases. It allows AI assistants to:
Once Redshift is connected, these are the calls the assistant has available:
execute_sql — Executes a SQL query on the Redshift clusteranalyze_table — Analyzes a table to collect statistics informationget_execution_plan — Gets the execution plan with runtime statistics for a SQL queryPrerequisites — The Prerequisites tool exposed by this serverResources — The Resources tool exposed by this serverTools — The Tools tool exposed by this serverDependencies — The Dependencies tool exposed by this serverYou will need 6 environment variables: RS_HOST, RS_PORT, RS_USER, RS_PASSWORD, RS_DATABASE, RS_SCHEMA. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the database access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Redshift's toolset — execute_sql, analyze_table, get_execution_plan and 4 more — is a fair guide to whether it matches your workflow. It is maintained by Moonlight-CL; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| execute_sql | Executes a SQL query on the Redshift cluster |
| analyze_table | Analyzes a table to collect statistics information |
| get_execution_plan | Gets the execution plan with runtime statistics for a SQL query |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Resources | The Resources tool exposed by this server. |
| Tools | The Tools tool exposed by this server. |
| Dependencies | The Dependencies tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| RS_HOST | Endpoint or connection string the server talks to. | Optional |
| RS_PORT | Configuration value read at startup. | Optional |
| RS_USER | Configuration value read at startup. | Optional |
| RS_PASSWORD | Configuration value read at startup. | Optional |
| RS_DATABASE | Configuration value read at startup. | Optional |
| RS_SCHEMA | Configuration value read at startup. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.