mcp-client-server

mcp-client-server

3.2

If you are the rightful owner of mcp-client-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for querying Redshift databases, implemented in Python using FastMCP.

The Redshift MCP Server is a Python-based server that facilitates querying Redshift databases through the Model Context Protocol (MCP). It is designed to work seamlessly with tools like Cursor and Claude Desktop, providing a robust interface for executing read-only SQL queries, listing tables, and viewing table schemas. The server is implemented using FastMCP and can be deployed using Docker for ease of use. It supports Python 3.10+ and requires specific Redshift database connection details. The server ensures security by allowing only read-only transactions and executing all queries within a transaction that is rolled back, thus preventing any unintended data modifications.

Features

  • Query Redshift databases through an MCP server
  • List tables in the database
  • View table schemas
  • Execute read-only SQL queries
  • Works with Cursor and Claude Desktop

Tools

  1. query

    Executes a read-only SQL query against the Redshift database