Redshift Server
БесплатноНе проверенEnables connecting to Amazon Redshift and executing SQL queries with read-only safety checks.
Описание
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.
Установка Redshift Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/amitds1997/redshift-mcp-serverFAQ
Redshift Server MCP бесплатный?
Да, Redshift Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Redshift Server?
Нет, Redshift Server работает без API-ключей и переменных окружения.
Redshift Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Redshift Server в Claude Desktop, Claude Code или Cursor?
Открой Redshift Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
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
автор: 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
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Redshift Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
