Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
build.ts562 B
import fs from 'node:fs/promises' import path from 'node:path' import { build } from '../../../helpers/compile/build' void build([ { name: 'default', bundle: true, emitTypes: true, outfile: 'dist/index', entryPoints: ['src/index.ts'], external: ['esbuild', 'esbuild-register'], }, ]).then(async () => { for (const filename of await fs.readdir(path.join(__dirname, '..', 'dist'))) { if (filename.endsWith('.d.ts') && filename !== 'index.d.ts') { await fs.unlink(path.join(__dirname, '..', 'dist', filename)) } } })

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