Prisma MCP Server
Prisma's official MCP server for managing Prisma Postgres databases, schema, and migrations.
🛡️ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for Prisma MCP Server, derived from its capabilities.
AIVSS 8.8 · High
View MAESTRO 7-layer threat model →Overview
Prisma ships a first-party MCP server (via the Prisma CLI) that lets agents provision and manage Prisma Postgres databases, work with the Prisma schema, run and inspect migrations, and query data. It authenticates with the developer's Prisma/Platform credentials. Because it can create databases and alter schema, credential scope and migration safety are the main security concerns.
Key features
- Provision Prisma Postgres databases
- Manage Prisma schema and models
- Run and inspect migrations
- Query data through Prisma
- Prisma CLI/Platform authentication
Use cases
- Spin up and migrate a Prisma Postgres DB from an agent
- Model and query data conversationally