Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
build.ts434 B
import { build, BuildOptions } from '../../../helpers/compile/build' const buildOptions = { name: 'default', bundle: true, outfile: 'dist/index', entryPoints: ['src/index.ts'], external: ['@opentelemetry/instrumentation'], } satisfies BuildOptions void build([ { ...buildOptions, format: 'cjs', emitTypes: true, outExtension: { '.js': '.js' } }, { ...buildOptions, format: 'esm', outExtension: { '.js': '.mjs' } }, ])

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