Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,213
  • Linux
  • Apple
docker-compose.yaml450 B
services: test-e2e: environment: - POSTGRES_URL=postgres://prisma:prisma@postgres:5432/tests depends_on: postgres: condition: service_healthy postgres: image: postgres:16 environment: - POSTGRES_DB=tests - POSTGRES_USER=prisma - POSTGRES_PASSWORD=prisma healthcheck: test: ['CMD', 'pg_isready', '-U', 'prisma', '-d', 'tests'] interval: 5s timeout: 2s retries: 20

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