ArmoHotspot/backend/.claude/skills/prisma-cli/references/mcp.md
Gökhan ÖZARSLAN 6b5a6d0a71 ilk dosyalar
2026-08-16 15:09:05 +03:00

1.2 KiB

prisma mcp

Starts Prisma's MCP server for AI development tools.

Command

prisma mcp

What It Does

  • Starts a Model Context Protocol (MCP) server for your Prisma project
  • Exposes Prisma schema and database context to compatible AI tools
  • Helps AI assistants understand models, generate queries, and suggest migrations

Usage

prisma mcp

Typical Use Cases

  • Connect Prisma to ChatGPT, Claude, or other MCP-aware tools
  • Give an AI assistant access to your Prisma schema structure
  • Help an agent propose queries, schema updates, and migration steps with project context

Notes

  • Run this from the project that contains your Prisma schema and prisma.config.ts
  • The command is separate from Prisma Studio and does not open a browser UI
  • The MCP server exposes migrate-status, migrate-dev, and Prisma Studio tooling. It does not expose the destructive migrate-reset tool; do not claim it is available or try to bypass that safety boundary.
  • For destructive shell commands, follow agent-safety.md and obtain explicit user consent.

References