db gateway for Cline
io.github.sijunkim/db-gateway
145+ tools across 8 databases: MySQL, PostgreSQL, Redshift, MongoDB, Redis, Kafka, and more
client:Cline
transport:stdio
runtime:npm
Install db gateway in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"db-gateway": {
"command": "npx",
"args": [
"-y",
"db-gateway"
],
"env": {
"DBS": "<DBS>",
"READ_ONLY": "<READ_ONLY>",
"MYSQL": "<MYSQL>",
"POSTGRESQL": "<POSTGRESQL>",
"REDSHIFT": "<REDSHIFT>",
"MONGODB": "<MONGODB>",
"REDIS": "<REDIS>",
"ELASTICSEARCH": "<ELASTICSEARCH>",
"KAFKA": "<KAFKA>",
"DYNAMODB_REGION": "<DYNAMODB_REGION>",
"DYNAMODB_ACCESS_KEY_ID": "<DYNAMODB_ACCESS_KEY_ID>",
"DYNAMODB_SECRET_ACCESS_KEY": "<DYNAMODB_SECRET_ACCESS_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs