Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,210
  • Linux
  • Apple
_steps.ts563 B
import { $ } from 'zx' import { executeSteps } from '../_utils/executeSteps' import { retry } from '../_utils/retry' void executeSteps({ setup: async () => { await $`corepack enable` await $`cp original.package.json package.json` }, test: async () => { await retry(async () => { try { await $`yarn` } catch (e) { await $`yarn cache clean` throw e } }, 3) await $`yarn prisma generate` await $`yarn add db@link:./prisma/client` }, 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