What is the Berth MCP server?
Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.
How to install Berth
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"berth": {
"command": "uvx",
"args": [
"berth-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"berth": {
"command": "uvx",
"args": [
"berth-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"berth": {
"command": "uvx",
"args": [
"berth-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"berth": {
"type": "stdio",
"command": "uvx",
"args": [
"berth-mcp"
]
}
}
}Claude Code
claude mcp add berth -- uvx berth-mcpRelated MCP servers
Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.
View repository →Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions.
View repository →