StackMCP
databaseOfficial

Prisma MCP

66

Prisma

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

409223.7k/wk4.1K tokens(2%)Official6mo ago
ormdatabasemigrationspostgresprisma

Quick Setup

Paste in ~/.claude.json

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