Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,213
  • Linux
  • Apple
docker-compose.yaml898 B
services: test-e2e: environment: - POSTGRES_URL=postgres://prisma:prisma@postgres:5432/tests - MYSQL_URL=mysql://root:root@mysql:3306/tests depends_on: postgres: condition: service_healthy mysql: 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 mysql: image: mysql:9.0 command: --lower_case_table_names=1 restart: unless-stopped environment: - MYSQL_ROOT_PASSWORD=root - MYSQL_DATABASE=tests - MYSQL_PASSWORD=prisma healthcheck: test: ['CMD', 'mysqladmin', 'ping', '-h127.0.0.1', '-P3306'] 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