# Build faster with Prisma + AI (/docs/ai)

Location: Build faster with Prisma + AI

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.

Get started [#get-started]

Run the following command to bootstrap your database with a prompt:

  

  #### npm

```bash
npx prisma init --prompt "Create a habit tracker application"
```

  #### pnpm

```bash
pnpm dlx prisma init --prompt "Create a habit tracker application"
```

  #### yarn

```bash
yarn dlx prisma init --prompt "Create a habit tracker application"
```

  #### bun

```bash
bunx --bun prisma init --prompt "Create a habit tracker application"
```

AI Coding Tools [#ai-coding-tools]

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.

* [Cursor](/ai/tools/cursor) - Define project-specific rules and use your schema as context to generate accurate queries and code.
* [Windsurf](/ai/tools/windsurf) - Automate your database workflows by generating schemas, queries, and seed data in this AI-powered editor.
* [Github Copilot](/ai/tools/github-copilot) - Get Prisma-aware code suggestions, run CLI commands from chat, and query the Prisma docs.
* [ChatGPT](/ai/tools/chatgpt) - Learn how to connect the Prisma MCP server to ChatGPT to manage your databases with natural language.

Agent Skills [#agent-skills]

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.

  

  #### npm

```bash
npx skills add prisma/skills
```

  #### pnpm

```bash
pnpm dlx skills add prisma/skills
```

  #### yarn

```bash
yarn dlx skills add prisma/skills
```

  #### bun

```bash
bunx --bun skills add prisma/skills
```

* [Available skills and setup](/ai/tools/skills) - See all available skills and learn how to install them.

MCP server [#mcp-server]

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.

```json title="Integrate in AI tool"
{
  "mcpServers": {
    "Prisma": {
      "url": "https://mcp.prisma.io/mcp"
    }
  }
}
```

* [Capabilities and tools](/ai/tools/mcp-server#tools) - Discover all the tools that make up the capabilities of the Prisma MCP server.
* [Integrating in AI tools](/ai/tools/mcp-server#integrating-in-ai-tools) - Learn how to integrate Prisma's MCP server in your favorite AI tool, such as Cursor, Claude, Warp, and more.
* [How we built it](https://www.prisma.io/blog/about-mcp-servers-and-how-we-built-one-for-prisma) - Read this technical deep dive about the MCP protocol and how we built the Prisma MCP server.

Vibe Coding Tutorials [#vibe-coding-tutorials]

Build complete, production-ready applications from scratch with AI assistance.

* [Build a Linktree Clone SaaS](/ai/tutorials/linktree-clone) - A complete vibe coding tutorial: build a full Linktree clone SaaS with Next.js, Prisma Postgres, and Clerk auth using AI assistance.

Resources [#resources]

* [Vibe Coding with Limits](https://www.prisma.io/blog/vibe-coding-with-limits-how-to-build-apps-in-the-age-of-ai) - How to Build Apps in the Age of AI
* [Vibe Coding an E-commerce App](https://www.prisma.io/blog/vibe-coding-with-prisma-mcp-and-nextjs) - with Prisma MCP and Next.js
* [Integrating the Vercel AI SDK](/guides/integrations/ai-sdk) - in a Next.js application

Integrations [#integrations]

* [Automate with Pipedream](https://pipedream.com/apps/prisma-management-api) - Connect Prisma Postgres to 2,800+ apps for powerful automation
* [Firebase Studio](/guides/postgres/idx) - Prompt your application with Firebase Studio & Prisma Postgres

## Related pages

- [`CLI Overview`](https://www.prisma.io/docs/cli): The Prisma CLI is the command-line interface for Prisma ORM. Use it to initialize projects, generate Prisma Client, manage databases, run migrations, and more
- [`Console`](https://www.prisma.io/docs/console): Learn how to use the Console to manage and integrate Prisma products into your application.
- [`Guides`](https://www.prisma.io/docs/guides): A collection of guides for various tasks and workflows
- [`Management API`](https://www.prisma.io/docs/management-api): Programmatically manage your Prisma Postgres databases, projects, and workspaces with the Management API
- [`Prisma Accelerate`](https://www.prisma.io/docs/accelerate): Prisma Accelerate is a global database cache with built-in connection pooling that helps improve database performance in Serverless and Edge applications