Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
common.ts603 B
export const GraphQLScalarToJSTypeTable = { String: 'string', Int: 'number', Float: 'number', Boolean: 'boolean', Long: 'number', DateTime: ['Date', 'string'], ID: 'string', UUID: 'string', Json: 'runtime.JsonValue', Bytes: 'runtime.Bytes', Decimal: ['runtime.Decimal', 'runtime.DecimalJsLike', 'number', 'string'], BigInt: ['bigint', 'number'], } export const JSOutputTypeToInputType: Record<string, string | undefined> = { JsonValue: 'InputJsonValue', } export const JSTypeToGraphQLType = { string: 'String', boolean: 'Boolean', object: 'Json', symbol: 'Symbol', }

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