custom mcp database for Windsurf
io.github.renanlido/custom-mcp-database
Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.
client:Windsurf
transport:stdio
runtime:pypi
Install custom mcp database in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"custom-mcp-database": {
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs