StackMCP
databaseOfficial

Prisma MCP

96

Prisma

Run Prisma migrations, check migration status, reset databases, and manage Prisma Postgres instances directly from your AI editor.

44.1k2500.0k/wk4.1K tokens(2%)Official1w ago
ormdatabasemigrationspostgresprisma

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "prisma-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prisma",
        "mcp"
      ]
    }
  }
}
View on GitHubnpm