apps/docs/content/docs/ai/index.mdx
In the era of AI, where code is increasingly written by agents, ensuring clarity, type safety, and reliable infrastructure is essential. With 5+ years of leadership in the TypeScript ecosystem, Prisma ORM and Prisma Postgres provide the proven foundation for AI-assisted development.
Run the following command to bootstrap your database with a prompt:
npx prisma init --prompt "Create a habit tracker application"
Prisma ORM and Prisma Postgres integrate seamlessly with your AI coding tools. Check out our documentation with tips and tricks for working with Prisma in various AI editors.
AI agents often generate outdated Prisma v6 code. Install Prisma Skills to give your agent accurate, up-to-date v7 knowledge - CLI commands, Client API, upgrade guides, database setup, and Prisma Postgres workflows.
npx skills add prisma/skills
With Prisma's MCP server, your AI tool can take database actions on your behalf: Provisioning a new Prisma Postgres instance, creating database backups and executing SQL queries are just a few of its capabilities.
{
"mcpServers": {
"Prisma-Remote": {
"url": "https://mcp.prisma.io/mcp"
}
}
}
Build complete, production-ready applications from scratch with AI assistance.