Prisma MCP
JSON →Manage Prisma Postgres databases and backups using AI agents via local or remote servers.
Install
npx -y mcp-remote Tools · 10
- 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.
Links
githubgithub.com/prisma/mcp ↗
★ 42 GitHub stars