Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,213
  • Linux
  • Apple
_common.ts525 B
import { allProviders, Providers } from '../_utils/providers' export const providersSupportingRelationJoins = [Providers.POSTGRESQL, Providers.COCKROACHDB, Providers.MYSQL] export const providersNotSupportingRelationJoins = allProviders .filter((provider) => !providersSupportingRelationJoins.includes(provider.provider)) .map((provider) => provider.provider) /** * Generic relation load strategy. * The generated type for a specific provider may be narrower. */ export type RelationLoadStrategy = 'query' | 'join'

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