Skip to main content
Glama
prisma

Prisma MCP Server

Official
by prisma
prisma.config.ts447 B
import { defineConfig, env } from 'prisma/config' export default defineConfig({ datasource: { url: env('TEST_E2E_POSTGRES_URI'), }, experimental: { externalTables: true, }, tables: { external: ['public.users'], }, enums: { external: ['public.role'], }, migrations: { // setup the users table for the shadow database initShadowDb: ` CREATE TABLE public.users (id SERIAL PRIMARY KEY); `, }, })

Latest Blog Posts

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