Redshift Server
FreeNot checkedEnables connecting to Amazon Redshift and executing SQL queries with read-only safety checks.
About
Enables connecting to Amazon Redshift and executing SQL queries with read-only safety checks.
README
This repository contains the code for the Redshift MCP server. This MCP server allows you to connect to Redshift cluster and execute SQL queries.
Has been tested up to 100+ rows of output. For larger output, your mileage may vary depending upon the total size of the output.
Setup
Note down the path where this directory is located. You will need it to configure the MCP client. For now, it is assumed to be
<path_to_redshift_mcp>.In your MCP configuration file, add the following configuration. If your MCP client supports envFile, you can also add that with these variables and the server would read them from there.
{ "command": "uv", "args": [ "--directory", "<path_to_redshift_mcp>", "run", "server.py" ], "env": { "REDSHIFT_DB": "<db-name>", "REDSHIFT_USER": "<redshift_user>", "REDSHIFT_PASSWORD": "<redshift_password>", "REDSHIFT_HOST": "<redshift-host-uri>", "REDSHIFT_PORT": "5439" } }In case you don't have
uvinstalled, you can install it by following uv installation guide.
Usage
- Prefer using a read-only user for connecting to the Redshift cluster. Validations are performed to ensure that the user is not able to execute DDL statements but it is still a good practice to use a read-only user.
Installing Redshift Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/amitds1997/redshift-mcp-serverFAQ
Is Redshift Server MCP free?
Yes, Redshift Server MCP is free — one-click install via Unyly at no cost.
Does Redshift Server need an API key?
No, Redshift Server runs without API keys or environment variables.
Is Redshift Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Redshift Server in Claude Desktop, Claude Code or Cursor?
Open Redshift Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare Redshift Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
