Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
testUtils.ts477 B
import fs from 'node:fs' import path from 'node:path' import { LoadedFile } from './loadSchemaFiles' export function line(text: string) { return `${text}${process.platform === 'win32' ? '\r\n' : '\n'}` } export function fixturePath(...parts: string[]) { return path.join(__dirname, '__fixtures__', ...parts) } export function loadedFile(...parts: string[]): LoadedFile { const filePath = fixturePath(...parts) return [filePath, fs.readFileSync(filePath, 'utf8')] }

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