prisma/mcp
Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).
Quick Start
Clone the repository:
git clone https://github.com/prisma/mcpClaude Desktop configuration example:
{
"mcpServers": {
"prisma-mcp": {
"command": "npx",
"args": [
"-y",
"prisma/mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.