Servers
Redshift Administrative MCP Server & Web UI
@vinodismyname
A Python-based MCP server for administrative actions on Amazon Redshift
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"redshift-admin-mcp-server": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}