BeClaude

prisma

Official PluginGeneralby Anthropic

Prisma MCP integration for Postgres database management, schema migrations, SQL queries, and connection string management. Provision Prisma Postgres databases, run migrations, and interact with your data directly.

First seen 4/17/2026

Summary

The Prisma MCP integration enables Claude Code to manage Postgres databases directly through Prisma, including provisioning databases, running schema migrations, executing SQL queries, and handling connection strings.

  • This skill streamlines database workflows for developers by allowing them to perform common database tasks without leaving the chat interface.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install prisma@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Provision a new Prisma Postgres database for a development environment.
Run schema migrations to update your database schema based on changes in your Prisma schema file.
Execute raw SQL queries to inspect or modify data in your Postgres database.
Manage connection strings for different environments (development, staging, production).
Generate Prisma client code after schema changes to keep your application in sync.
Reset or seed a database with test data for local development.

Usage Examples

1

/prisma provision my-db --region us-east-1

2

/prisma migrate dev --name add-user-table

3

/prisma query "SELECT * FROM users WHERE email = '[email protected]'"

View source on GitHub
mcp

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is prisma?

The Prisma MCP integration enables Claude Code to manage Postgres databases directly through Prisma, including provisioning databases, running schema migrations, executing SQL queries, and handling connection strings. This skill streamlines database workflows for developers by allowing them to perform common database tasks without leaving the chat interface.

How to install prisma?

To install prisma: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install prisma@<marketplace>. Finally, /plugin in Claude Code.

What is prisma best for?

prisma is a plugin categorized under General. It is designed for: mcp. Created by Anthropic.

What can I use prisma for?

prisma is useful for: Provision a new Prisma Postgres database for a development environment.; Run schema migrations to update your database schema based on changes in your Prisma schema file.; Execute raw SQL queries to inspect or modify data in your Postgres database.; Manage connection strings for different environments (development, staging, production).; Generate Prisma client code after schema changes to keep your application in sync.; Reset or seed a database with test data for local development..