Installation & Configuration
{
"mcpServers": {
"redshift": {
"command": "uv",
"args": [
"--directory",
"src/redshift_mcp_server",
"run",
"server.py"
],
"env": {
"RS_HOST": "your-redshift-cluster.region.redshift.amazonaws.com",
"RS_PORT": "5439",
"RS_USER": "your_username",
"RS_PASSWORD": "your_password",
"RS_DATABASE": "your_database",
"RS_SCHEMA": "your_schema"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2025/4/23
Updated
2026/6/6