Integrate Prisma Postgres MCP server into your Slack workspace for instant access to your AI agent.
Tools that your AI agent can use through this MCP server to interact with Prisma Postgres
List Projects in a Prisma Workspace via Prisma Management API. See docs here
Retrieves a list of all databases within a specific Prisma project. See docs here
Retrieves a list of all connection strings for a specific database via Prisma Management API. See docs here
Get project details of a particular project in Prisma Workspace via Prisma Management API. See docs here
Retrieves a list of all available regions where Prisma Postgres databases can be deployed. See docs here
Get database details of a particular Prisma Postgres database via Prisma Management API. See docs here
Deletes a Postgres database project via Prisma Management API. See docs here
Deletes a specific database connection string via Prisma Management API. This action is irreversible. See docs here
Delete a specific database by Database ID via Prisma Management API. This action is irreversible. See docs here
Create a new database in an existing Prisma project. Requires Project ID. See docs here
Creates a new Postgres database project via Prisma Management API. See docs here
Creates a new connection string for an existing database via Prisma Management API. See docs here