Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
memory-tests.ts472 B
import { ClientEngineType, getClientEngineType } from '@prisma/internals' import { runAllMemoryTests } from '../tests/memory/_utils/runAllMemoryTests' if (getClientEngineType() === ClientEngineType.Binary) { console.log('Memory tests are skipped for binary engine at the moment') process.exit(0) } if (process.argv.length > 3) { console.error(`Usage: pnpm test:memory [filter]`) process.exit(1) } const filter = process.argv[2] void runAllMemoryTests(filter)

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