Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,231
  • Linux
  • Apple
tests.ts652 B
import { NewPrismaClient } from '../../_utils/types' import testMatrix from './_matrix' // @ts-ignore import { PrismaClient } from './generated/prisma/client' declare const newPrismaClient: NewPrismaClient<PrismaClient, typeof PrismaClient> testMatrix.setupTestSuite( () => { test('instantiate works without failing', () => { newPrismaClient() }) }, { skipDefaultClientInstance: true, skipDb: true, skip(when, { clientEngineExecutor }) { when( clientEngineExecutor === 'remote', ` Fails because it expects a driver adapter when there's no Accelerate URL. `, ) }, }, )

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