Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
index.ts1.09 kB
export { DbCommand } from './commands/DbCommand' export { DbDrop } from './commands/DbDrop' export { DbExecute } from './commands/DbExecute' export { DbPull } from './commands/DbPull' export { DbPush } from './commands/DbPush' export { DbSeed } from './commands/DbSeed' export { MigrateCommand } from './commands/MigrateCommand' export { MigrateDeploy } from './commands/MigrateDeploy' export { MigrateDev } from './commands/MigrateDev' export { MigrateDiff } from './commands/MigrateDiff' export { MigrateReset } from './commands/MigrateReset' export { MigrateResolve } from './commands/MigrateResolve' export { MigrateStatus } from './commands/MigrateStatus' export { Migrate } from './Migrate' export { SchemaEngineCLI } from './SchemaEngineCLI' export { SchemaEngineWasm } from './SchemaEngineWasm' export * from './types' export { default as byline } from './utils/byline' export { getDatabaseVersionSafe } from './utils/getDatabaseVersionSafe' export { introspectSql, type IntrospectSqlError, type IntrospectSqlInput, type IntrospectSqlResult, } from './utils/introspectSql'

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