SQL MCP Server for Claude Desktop
io.github.nethinwei/sql-mcp-server
Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.
client:Claude Desktop
transport:stdio
runtime:oci
Install SQL MCP Server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sql-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nethinwei/sql-mcp-server:0.1.10"
],
"env": {
"DATABASE_DSN": "<DATABASE_DSN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs