Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
index.ts679 B
export { generatorHandler } from './generatorHandler' export { GeneratorError, GeneratorProcess } from './GeneratorProcess' /** * Exported for backwards compatibility only. * * @deprecated Generators using `@prisma/generator-helper` shouldn't need JSON-RPC internals. */ export type * as JsonRPC from './json-rpc' /** * A re-export for backwards compatibility with community generators. * * @deprecated Use the `@prisma/dmmf` package instead. */ export type * as DMMF from '@prisma/dmmf' /** * A re-export for backwards compatibility with community generators. * * @deprecated Use the `@prisma/generator` package instead. */ export type * from '@prisma/generator'

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