Skip to main content
Glama
prisma

Prisma MCP Server

Official
by prisma
prisma.config.ts348 B
import path from 'node:path' import { fileURLToPath } from 'node:url' import { defineConfig } from 'prisma/config' const __dirname = path.dirname(fileURLToPath(import.meta.url)) export default defineConfig({ schema: path.join(__dirname, 'prisma', 'schema'), datasource: { url: `file:${path.join(__dirname, 'prisma', 'dev.db')}`, }, })

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