Loading languages...
PR

prisma/mcp

@prisma32

Prisma's provides two MCP servers: a _local_ and a _remote_ one. See below for specific information on each. If you're building an "AI platform" and want to give the ability to manage database to your users, use the remote MCP server.

Prisma
Postgres
database
SQL
cloud
API

# mcpServer Config

{
  "mcpServers": {
    "Prisma-Remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.prisma.io/mcp"
      ]
    }
  }
}

# stdio

npx -y mcp-remote https://mcp.prisma.io/mcp

# sseURL

https://mcp.prisma.io/mcp
Transport:
stdio
sse
Language:
JavaScript
Created:6/20/2025
Updated:10/30/2025