mcp-client-server

mcp-client-server

1

Redshift MCP Server is a Python-based Model Context Protocol server designed for querying Redshift databases. It allows listing of tables, viewing schemas, and executing read-only SQL queries, all through a secure and easy-to-use interface.

query

Perform read-only SQL queries

redshift://tables

List all tables in the database

redshift://{hostname}/{table_name}/schema

Get schema information for a specific table