Back to Prisma

mcp

apps/docs/content/docs/cli/mcp.mdx

latest552 B
Original Source

The prisma mcp command starts a Model Context Protocol (MCP) server that enables AI development tools to interact with your Prisma project.

Usage

bash
prisma mcp

Overview

MCP (Model Context Protocol) is a standard for AI tools to interact with development environments. The Prisma MCP server exposes your Prisma schema and database context to AI assistants, enabling them to:

  • Understand your data model
  • Generate queries and migrations
  • Provide context-aware suggestions

See also