Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,231
  • Linux
  • Apple
_schema.ts495 B
import { idForProvider } from '../../_utils/idForProvider' import testMatrix from '../_matrix' export default testMatrix.setupSchema(({ provider }) => { return /* Prisma */ ` generator client { provider = "prisma-client-js" output = "../generated/prisma/client" } datasource db { provider = "${provider}" url = env("DATABASE_URI_${provider}") } model Resource { id ${idForProvider(provider)} bigint BigInt @unique } ` })

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