Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,210
  • Linux
  • Apple
_steps.ts861 B
import { $ } from 'zx' import { executeSteps } from '../_utils/executeSteps' void executeSteps({ setup: async () => { await $`pnpm install` await $`pnpm prisma generate --schema prisma/custom-output.prisma` await $`pnpm prisma generate --schema prisma/default-output.prisma` }, test: async () => { await $`pnpm test` /** * Contrary to the `-postgres` and `-mysql` tests, it is safe to run the scripts * via `tsx`. This is because `sqlite` doesn't need any "external" connections. */ await $`tsx src/default.ts`.quiet() await $`tsx src/dep.ts`.quiet() await $`tsx src/no-dep.ts`.quiet() await $`tsx src/esm-only-pkgs/default.ts`.quiet() await $`tsx src/esm-only-pkgs/dep.ts`.quiet() await $`tsx src/esm-only-pkgs/no-dep.ts`.quiet() }, finish: async () => { await $`echo "done"` }, })

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