Redshift MCP Server for Zed
io.github.davidalbertonogueira/redshift-mcp-server
Secure, read-only access to Amazon Redshift with schema introspection and smart sampling
client:Zed
transport:stdio
runtime:npm
Install Redshift MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"redshift-mcp-server": {
"command": "npx",
"args": [
"-y",
"@davidalbertonogueira/redshift-mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs