Back to directory
Moonlight-CL/redshift-mcp-server

Moonlight-CL/redshift-mcp-server

@Moonlight-CL2

An MCP server enabling AI assistants to interact with Amazon Redshift databases through SQL operations and database analysis.

redshiftsqldatabaseamazon

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