Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,210
  • Linux
  • Apple
executeSteps.ts370 B
export async function executeSteps(steps: { setup: () => Promise<void> test: () => Promise<void> finish: () => Promise<void> keep?: boolean }) { try { await steps.setup() await steps.test() } finally { await steps.finish() while (steps.keep === true) { await new Promise((res) => { setTimeout(res, 10_000) }) } } }

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