Skip to content
Cursor

Berth for Cursor

io.github.seayniclabs/berth

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

client:Cursor transport:stdio runtime:pypi

Install Berth in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "berth": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "berth-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Berth in other clients