Labsco
MCP SERVER · OFFICIAL PROJECT

Prisma MCP

by prisma

Manage Prisma Postgres from the assistant — list and delete databases, mint connection strings, take and restore backups, introspect the schema and run SQL.

Relational SQL DatabasesOfficial source
Summary
Provisioning and recovery, both inside the agent's reach.

The backup and restore pair is what lifts it above a query tool: an agent can take a backup before a migration and restore into a fresh database when it goes wrong, without anyone opening a console.

What it is

Prisma's MCP offering, in two shapes: a local server for a developer working on their own machine, and a remote server for platforms that want to hand database management to their own users. The tools below are the remote server's, covering Prisma Postgres databases, connection strings, backups and queries.

What you get
  • Prisma Postgres databases in your workspace listed, and one deleted by id
  • A connection string created for a database, listed, or deleted
  • A managed backup created, and the available backups listed
  • A database restored from a backup into a new database
  • SQL executed against a Prisma Postgres database
  • A database's schema introspected
Requirements

The remote server runs through mcp-remote against Prisma's hosted endpoint, and follows the standard JSON MCP client configuration. Choose the local server instead if you are working against a database on your own machine.

Setup effort

One command — npx -y mcp-remote https://mcp.prisma.io/mcp