Enterprise DNA
M MCP Servers Developer low

prisma/mcp

by Various

πŸ“‡ ☁️ 🏠 - Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).

P

MCP

prisma/mcp

Added 1 June 2026

Overview

A model context protocol server that lets LLMs manage Prisma Postgres databases. It can spin up new database instances, run migrations, and execute queries. Built in JavaScript, it exposes database operations through the MCP standard.

Best for

Best for
Developers using Prisma who want to delegate database operations to language models

Use cases

  • Spin up a Prisma Postgres database on demand via LLM commands
  • Autonomously run database migrations during development
  • Execute natural language queries against Postgres databases

Notes

A model context protocol server that lets LLMs manage Prisma Postgres databases. It can spin up new database instances, run migrations, and execute queries. Built in JavaScript, it exposes database operations through the MCP standard.

42 stars on GitHub. Last updated 2025-10-07.

Use cases

  • Spin up a Prisma Postgres database on demand via LLM commands
  • Autonomously run database migrations during development
  • Execute natural language queries against Postgres databases

Pros

  • Enables LLMs to perform database management tasks directly
  • Integrates with Prisma’s schema and migration workflows
  • Open source with straightforward setup

Cons

  • Supports only Prisma Postgres, not other database providers
  • Small community adoption (42 stars), indicating early stage
  • Requires granting LLM access to database credentials and endpoints

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Enables LLMs to perform database management tasks directly
  • Integrates with Prisma's schema and migration workflows
  • Open source with straightforward setup

Cons

  • Supports only Prisma Postgres, not other database providers
  • Small community adoption (42 stars), indicating early stage
  • Requires granting LLM access to database credentials and endpoints