mcp

Start an MCP server to use with AI development tools

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

Usage

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

On this page