databases

Mcp

Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).

typescript
cloud
local
databases
0
View on GitHub

Installation

npx -y prisma/mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp",
  "command": "npx",
  "args": [
    "-y",
    "prisma/mcp"
  ]
}

About This MCP Server

prisma/mcp

Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).

GitHub: https://github.com/prisma/mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub