Skip to content
Zed

Berth for Zed

io.github.seayniclabs/berth

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

client:Zed transport:stdio runtime:pypi

Install Berth in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "berth": {
      "command": "uvx",
      "args": [
        "berth-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Berth in other clients