Are you the author? Sign in to claim
redshift-mcp-server for local and docker based connection
A Model Context Protocol (MCP) server that enables AI agents to interact with Amazon Redshift using natural language.
For detailed instructions on Windows, macOS, and Linux, please refer to the SETUP.md guide.
docker run -d -p 5432:5432 --name postgres -e POSTGRES_PASSWORD=password postgrespip install mcp redshift-connector pandas python-dotenv psycopg2-binary sqlalchemypython seed_redshift.pypython test_redshift_local.pyAdd this to your MCP client configuration (e.g., Antigravity, Claude Code, or VS Code).
"redshift-mcp": {
"command": "py",
"args": ["redshift_mcp_server.py"],
"cwd": "c:/Users/santo/OneDrive/Desktop/workspace/redis connection",
"env": {
"REDSHIFT_HOST": "localhost",
"REDSHIFT_PORT": "5432",
"REDSHIFT_DATABASE": "postgres",
"REDSHIFT_USER": "postgres",
"REDSHIFT_PASSWORD": "password"
}
}
See AWS_DEPLOYMENT.md for deployment options.
40+ tools for querying dashboards, alerts, datasources, and logs in Grafana
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases