My Redshift MCP
M

My Redshift MCP

A plug - and - play Redshift database MCP service that provides a secure and standardized data access interface for LLMs and AI agents, supports multiple permission modes, and can be deployed and used without code modification.
2.5 points
6.1K

What is Redshift MCP Server?

Redshift MCP Server is an open - source tool that serves as a bridge between Amazon Redshift and modern AI assistants (such as Claude, ChatGPT). It allows AI to securely query, explore, and (optionally) modify Redshift data through the Model Context Protocol (MCP).

How to use Redshift MCP Server?

Simply configure the database connection information to start the server. AI assistants can connect to this server via the MCP protocol to access Redshift data. Multiple access modes are supported to ensure data security.

Use Cases

Suitable for scenarios where AI assistants need to access and analyze Redshift data, such as data analysis, automated workflows, and secure data sharing.

Main Features

Support for MCP Protocol
Interact with AI assistants through the Model Context Protocol (MCP) to implement natural language queries and operations on Redshift data.
Three Access Modes
Provide read - only, read - write, and administrator modes to ensure data security and flexibility.
Automatic Connection
Automatically connect to the Redshift database through environment variables or the.env file without manually entering credentials.
Rich Database Operations
Support operations such as querying, executing SQL statements, listing schemas and tables, and describing table structures.
Advantages
Secure and reliable: Protect data through strict access control.
Easy to deploy: Quickly start by simply configuring environment variables.
High compatibility: Support MCP clients such as Claude Desktop and ChatGPT.
High scalability: Easily add new features or business logic.
Limitations
Requires a certain technical foundation for configuration and maintenance.
May need to optimize performance for complex queries.
Does not support all Redshift functions (such as VACUUM, ANALYZE, etc.) in some modes.

How to Use

Clone the repository and install dependencies
Clone the project from GitHub, create a Python virtual environment, and install the required dependency packages.
Configure environment variables
Create a.env file or directly set environment variables, including the connection information of the Redshift database.
Run the server
Use the provided script to start the server and wait for it to be ready to accept MCP client connections.
Connect the MCP client
Configure the MCP server in an AI assistant (such as Claude Desktop) to start querying Redshift data.

Usage Examples

Analyze user behavior data
Use an AI assistant to query user behavior logs in Redshift and generate trend reports.
Update customer information
In read - write mode, allow the AI assistant to update customer information according to the prompt.
List the database structure
View the schema and table structure in the Redshift database to help understand the data model.

Frequently Asked Questions

How to set the access mode of Redshift MCP Server?
What if I can't connect to the Redshift database?
Which SQL statements are prohibited in read - only mode?
How to configure Redshift MCP Server in Claude Desktop?

Related Resources

GitHub Project Page
Project source code and documentation.
Model Context Protocol (MCP) Official Documentation
Understand the detailed description of the MCP protocol.
Redshift Official Documentation
Comprehensive guide and API reference for Amazon Redshift.
FastMCP Framework Documentation
Usage methods and best practices of the FastMCP framework.

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "redshift": {
      "command": "/Users/anshulpatre/Desktop/DB-mcp/my-redshift-mcp/venv/bin/python",
      "args": ["/Users/anshulpatre/Desktop/DB-mcp/my-redshift-mcp/src/redshift_mcp_server.py"],
      "env": {
        "REDSHIFT_HOST": "your-cluster.region.redshift.amazonaws.com",
        "REDSHIFT_DATABASE": "mydb",
        "REDSHIFT_USER": "myuser",
        "REDSHIFT_PASSWORD": "mypassword",
        "REDSHIFT_PORT": "5439",
        "DB_MCP_MODE": "readonly"
      }
    }
  }
}

{
  "mcpServers": {
    "redshift": {
      "command": "/Users/anshulpatre/Desktop/DB-mcp/my-redshift-mcp/venv/bin/python",
      "args": ["/Users/anshulpatre/Desktop/DB-mcp/my-redshift-mcp/src/redshift_mcp_server.py"]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
8.6K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.2K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
8.4K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
12.9K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
10.7K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
10.0K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
11.8K
5 points
M
Mcpjungle
MCPJungle is a self-hosted MCP gateway used to centrally manage and proxy multiple MCP servers, providing a unified tool access interface for AI agents.
Go
0
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
17.5K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
17.4K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
54.8K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
27.5K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
51.2K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
23.2K
5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
75.5K
4.7 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.2K
4.5 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIBase