MCP server

Prisma
MCPSchema and migrate, guarded.
Prisma’s official MCP. Introspect, plan, and — if you allow it — migrate.
latest·Apache-2.0·Updated this quarter·github.com/prisma/prisma·Transport: stdio
Claude CodeCursorDesktop
Scanned
claude_desktop_config.json
{
"mcpServers": {
"prisma": {
"command": "npx",
"args": [
"-y",
"prisma",
"mcp"
]
}
}
}By Prisma
Spec
What the server actually exposes.
introspect
readRead the current schema.
migrate_status
readWhat has been applied.
migrate_dev
writeCreate a migration after you confirm.
Guardrails
- Schema folder is the project
- migrate is a write
- No silent reset
prisma-mcp.mcp/tools
Tools
- read
introspect
Read the current schema.
- read
migrate_status
What has been applied.
- write
migrate_dev
Create a migration after you confirm.
Last call
{ "ok": true,
"tool": "introspect",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
