Skip to main content
Glama

Prisma MCP Server

Official
by prisma
client-config.ts792 B
import { ActiveConnectorType } from '@prisma/generator' import { CompilerWasmLoadingConfig } from './QueryCompiler' import { RuntimeDataModel } from './runtimeDataModel' /** * Config that is stored into the generated client. When the generated client is * loaded, this same config is passed to {@link getPrismaClient} which creates a * closure with that config around a non-instantiated [[PrismaClient]]. */ export type GetPrismaClientConfig = { runtimeDataModel: RuntimeDataModel previewFeatures: string[] clientVersion: string engineVersion: string activeProvider: ActiveConnectorType /** * The contents of the schema encoded into a string */ inlineSchema: string /** * Optional wasm loading configuration */ compilerWasm?: CompilerWasmLoadingConfig }

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