Data & APIs
Prisma MCP
Prisma’s MCP server manages Prisma Postgres databases—list projects, create connection strings, run SQL, introspect schemas, and handle backups. Remote OAuth endpoint with a local `prisma mcp` option.
Stars
46
Installs
48.0k
License
Apache-2.0
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 46 · catalog
- Freshness: Updated 2026-04-01
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Node.js 18+
Reference command
{
"mcpServers": {
"prisma": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"]
}
}
}