Back to Home
cyril-goud-foodsmart icon

redshift-mcp-server

Verified Safe

by cyril-goud-foodsmart

Overview

This server acts as a Model Context Protocol (MCP) agent for AWS Redshift, enabling programmatic access to Redshift schemas, table metadata, and allowing execution of read-only SQL queries.

Installation

Run Command
npm start

Environment Variables

  • REDSHIFT_HOST
  • REDSHIFT_PORT
  • REDSHIFT_DATABASE
  • REDSHIFT_USER
  • REDSHIFT_PASSWORD

Security Notes

The server connects to AWS Redshift, leveraging environment variables for credentials. The `execute_query` tool is restricted to `SELECT`, `WITH`, and `EXPLAIN` statements, significantly mitigating SQL injection risks for write/destructive operations. However, the Redshift connection explicitly sets `ssl: { rejectUnauthorized: false }`, which weakens SSL security by not verifying the server's certificate. While sometimes necessary in specific enterprise configurations (e.g., custom CAs), it introduces a potential man-in-the-middle vulnerability if not properly understood and managed.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens7500
Stars0
Forks0
Last Update2025-12-14

Tags

RedshiftSQLDatabaseData AccessMCP