Berth for VS Code
io.github.seayniclabs/berth
Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.
client:VS Code
transport:stdio
runtime:pypi
Install Berth in VS Code
.vscode/mcp.json
{
"servers": {
"berth": {
"type": "stdio",
"command": "uvx",
"args": [
"berth-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs