Prisma
OfficialbyPrisma
Create and manage Prisma Postgres databases with the ORM.
API Key Required
Configuration
{
"mcpServers": {
"prisma": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-prisma"
],
"env": {
"PRISMA_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.