MCP Servers / database / Prisma MCP

Prisma MCP

JSON →
stdionone42database

Manage Prisma Postgres databases and backups using AI agents via local or remote servers.

Install
How to run this server
[ { "cmd": "npx -y mcp-remote", "imports": [] } ]
server path: prisma-mcp
Tools
What this server exposes
CreateBackupTool
Create a new managed Prisma Postgres Backup.
CreateConnectionStringTool
Create a new Connection String for a Prisma Postgres database with the given id.
CreateRecoveryTool
Restore a Prisma Postgres Database to a new database with the given Backup id.
DeleteConnectionStringTool
Delete a Connection String with the given connection string id.
DeleteDatabaseTool
Delete a Prisma Postgres database with the given id.
ListBackupsTool
Fetch a list of available Prisma Postgres Backups for the given database id and environment id.
ListConnectionStringsTool
Fetch a list of available Prisma Postgres Database Connection Strings for the given database id and environment id.
ListDatabasesTool
Fetch a list of available Prisma Postgres Databases for user's workspace.
ExecuteSqlQueryTool
Execute a SQL query on a Prisma Postgres database with the given id.
IntrospectSchemaTool
Introspect the schema of a Prisma Postgres database with the given id.
Configuration
Environment & auth
authnone
Resources
Prisma MCP — MCP Server · libregistry