SQL MCP Server for Windsurf
io.github.nethinwei/sql-mcp-server
Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.
client:Windsurf
transport:stdio
runtime:oci
Install SQL MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs