prisma/mcp
The Model-Context-Protocol (MCP) provides a structured way for LLMs to interact with external systems via APIs.
Tools
Functions exposed to the LLM to take actions
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.
migrate-status
Checks your migration status via the prisma migrate status command.
migrate-dev
Creates and executes a migration via the prisma migrate dev --name
migrate-reset
Resets your database via the prisma migrate reset --force command.
Prisma-Postgres-account-status
Checks your authentication status with Prisma Console via the platform auth show --early-access command.
Create-Prisma-Postgres-Database
Creates a new Prisma Postgres database via the 'init --db --name'
Prisma-Login
Authenticates with Prisma Console via the platform auth login --early-access command.
Prisma-Studio
Open Prisma Studio via the prisma studio command.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client