MCP server

Prisma

MCP

Schema 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

    read

    Read the current schema.

  • migrate_status

    read

    What has been applied.

  • migrate_dev

    write

    Create a migration after you confirm.

Guardrails

  • Schema folder is the project
  • migrate is a write
  • No silent reset

prisma-mcp.mcp/tools

Tools

  • introspect

    Read the current schema.

    read
  • migrate_status

    What has been applied.

    read
  • migrate_dev

    Create a migration after you confirm.

    write

Last call

{ "ok": true,
  "tool": "introspect",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.