Language: 日本語English

prisma Plugin

Topics
Databases & Storage · Cloud, Deployment & CI/CD
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

This is "prisma," a Claude plugin that adds Prisma MCP integration for managing Postgres databases. According to its description, it lets users provision Prisma Postgres databases, run schema migrations, execute SQL queries, and manage connection strings directly from Claude. The plugin's homepage is prisma.io, and its source is hosted at github.com/prisma/claude-plugin. The homepage describes Prisma as an "Agent Infrastructure for TypeScript" platform combining Prisma ORM, Prisma Postgres, and Prisma Compute. Details such as pricing, installation steps, and specific MCP tool names are not provided in the given sources.

Overview

According to the Prisma homepage, Prisma is a TypeScript-focused platform combining three components: Prisma ORM (a schema-first, type-safe database client), Prisma Postgres (managed PostgreSQL with built-in connection pooling), and Prisma Compute (a container-based runtime for deploying long-lived TypeScript apps such as APIs and AI agents). The homepage states it is used by more than 500k monthly active developers globally and offers a free tier to start without a credit card.

What you can do with prisma

  • Provision Prisma Postgres databases
  • Run schema migrations
  • Execute SQL queries against your database
  • Manage database connection strings
  • Interact with your data directly through the Prisma MCP integration

Sources

Original description (English)

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.

History of prisma

Back to list