PR

Prisma

Created 6 months ago

Prisma MCP Server documentation for PostgreSQL.

development documentation public

What is Prisma?

Create and manage Prisma Postgres databases

Documentation

Prisma MCP Server Documentation

This documentation covers the setup and usage of the Prisma MCP Server for PostgreSQL.

Getting Started

  1. Install Prisma CLI
  2. Configure your database connection
  3. Run the Prisma server

Features

  • Database management
  • Query execution
  • Data modeling

For more details, visit the official documentation.

Server Config

{
  "mcpServers": {
    "prisma-server": {
      "command": "npx",
      "args": [
        "prisma"
      ]
    }
  }
}

Links & Status

Repository: www.prisma.io
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Prisma Team
Category: official
License: MIT License
Tags:
development documentation public