custom mcp database for VS Code
io.github.renanlido/custom-mcp-database
Run alias-based queries against PostgreSQL, MySQL, MongoDB and Oracle without exposing credentials.
client:VS Code
transport:stdio
runtime:pypi
Install custom mcp database in VS Code
.vscode/mcp.json
{
"servers": {
"custom-mcp-database": {
"type": "stdio",
"command": "uvx",
"args": [
"custom-mcp-database"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs