Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,210
  • Linux
  • Apple
docker-compose.yaml527 B
services: test-e2e: environment: - MYSQL_URL=mysql://root:root@mysql/tests depends_on: mysql: condition: service_healthy mysql: image: mysql:lts command: --lower_case_table_names=1 --max_connections=2 environment: - MYSQL_ROOT_PASSWORD=root - MYSQL_DATABASE=tests - MYSQL_USER=prisma # not used - 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