Manages Prisma Postgres databases through MCP, including migrations, SQL queries, backups, recovery, and schema inspection.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Prisma MCP.
CreateBackupToolCreate a new managed Prisma Postgres Backup.
CreateConnectionStringToolCreate a new Connection String for a Prisma Postgres database with the given id.
CreateRecoveryToolRestore a Prisma Postgres Database to a new database with the given Backup id.
DeleteConnectionStringToolDelete a Connection String with the given connection string id.
DeleteDatabaseToolDelete a Prisma Postgres database with the given id.
ListBackupsToolFetch a list of available Prisma Postgres Backups for the given database id and environment id.
The prisma/mcp MCP server gives an AI agent access to Prisma Postgres database workflows. It is available in two forms: a local MCP server intended for development on a local machine, and a remote MCP server intended for platforms that need to offer database management to their users.
The remote mode covers managed Prisma Postgres resources. An agent can list databases, create or delete databases, inspect schemas, execute SQL, create and remove connection strings, list backups, create backups, and restore a database into a new database from a backup.
The local mode focuses on Prisma CLI workflows in a developer project. It can check migration status, create and run a development migration, reset a database, authenticate with Prisma Console, create a Prisma Postgres database, open Prisma Studio, and report Prisma Console account status.
The prisma/mcp MCP server communicates with an MCP-compatible client using the standard server configuration format. The local process is started with the Prisma CLI command npx -y prisma mcp. The remote configuration starts an MCP remote client pointed at https://mcp.prisma.io/mcp.
For the remote service, authentication takes place through Prisma Console. The README describes connecting to the hosted endpoint and then authenticating in a Prisma Console popup. The local server exposes separate tools for checking authentication and logging in through Prisma Console.
The agent supplies arguments such as a database ID, environment ID, backup ID, SQL statement, migration name, database name, or region when the selected operation requires them. For example, a migration tool receives the migration name, while database creation receives a name and region.
Install and run the local server with:
A local MCP client configuration uses npx as the command and -y, prisma, and mcp as its arguments. This configuration is shown for VS Code and Cursor in the project documentation. Cursor can make the server available globally or only within a project.
The remote service is configured with the hosted endpoint through an MCP remote client:
The remote endpoint can also be added to supported MCP clients using an HTTP-style server configuration. The README specifically documents setup guidance for VS Code and Cursor, as well as testing the endpoint in Cloudflareβs AI Playground.
The prisma/mcp MCP server provides these remote database-management capabilities:
The local server provides these development capabilities:
The documented tool sets differ between local and remote modes, so selecting one depends on the workflow. The remote tools manage Prisma Postgres resources through the hosted Prisma service, while the local tools invoke Prisma CLI operations from the development environment.
Database deletion, resets, SQL execution, migrations, and recovery can change data or infrastructure. The README includes prompts for creating a backup before seeding data, but the server does not automatically make that decision for every operation.
The provided material does not specify a software license, environment variables, service pricing, or support for Claude Desktop, Windsurf, or Cline.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/prisma-mcp)<a href="https://allmcps.com/mcp/prisma-mcp"><img src="https://allmcps.com/api/badge/prisma-mcp?style=directory" alt="Prisma MCP on AllMCPs" /></a>