prisma studio. Reference when using this Prisma feature.
npx skills add https://github.com/prisma/cursor-plugin --skill prisma-cli-studio
Opens a visual database browser for viewing and editing data.
prisma studio [options]
| Option | Description | Default |
|--------|-------------|---------|
| --port / -p | Port to start Studio on | 5555 |
| --browser / -b | Browser to open Studio in | System default |
| --config | Custom path to your Prisma config file | - |
| --url | Database connection string (overrides the one in your Prisma config) | - |
prisma studio
Opens at http://localhost:5555
prisma studio --port 3000
prisma studio --browser firefox
BROWSER=none prisma studio
Useful for remote servers.
prisma migrate dev
prisma db seed
prisma studio
Studio provides direct database access. Only run on:
Take prisma/prisma-cli-studio from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.