Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
operations.ts862 B
export type Operation = // finds | 'findFirst' | 'findFirstOrThrow' | 'findUnique' | 'findUniqueOrThrow' | 'findMany' // creates | 'create' | 'createMany' | 'createManyAndReturn' // updates | 'update' | 'updateMany' | 'updateManyAndReturn' | 'upsert' // deletes | 'delete' | 'deleteMany' // aggregates | 'aggregate' | 'count' | 'groupBy' // raw sql | '$queryRaw' | '$executeRaw' | '$queryRawUnsafe' | '$executeRawUnsafe' // raw mongo | 'findRaw' | 'aggregateRaw' | '$runCommandRaw' export type FluentOperation = | 'findUnique' | 'findUniqueOrThrow' | 'findFirst' | 'findFirstOrThrow' | 'create' | 'update' | 'upsert' | 'delete' export type NonModelOperation = | '$queryRaw' | '$queryRawTyped' | '$queryRawUnsafe' | '$executeRaw' | '$executeRawUnsafe' | '$runCommandRaw'

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prisma/prisma'

If you have feedback or need assistance with the MCP directory API, please join our Discord server