MCP Database Server for Windsurf
io.github.souhar-dya/mcp-db-server
MCP server for SQLite, PostgreSQL, and MySQL with natural language to SQL and direct SQL tooling.
client:Windsurf
transport:stdio
runtime:oci
Install MCP Database Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-db-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/souhardyak/mcp-db-server:1.3.1"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs