Loading languages...
MO

Moonlight-CL/redshift-mcp-server

@Moonlight-CL1

A Model Context Protocol (MCP) server for Amazon Redshift that enables AI assistants to interact with Redshift databases.

redshift
sql
database
amazon

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

mcp run src/redshift_mcp_server/server.py
Transport:
stdio
언어:
Python
생성됨:4/24/2025
업데이트됨:5/18/2025