Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
setup-mysql.sh695 B
#!/usr/bin/env bash set -ex if [ "$RUNNER_OS" = "Windows" ]; then pwsh .github/workflows/scripts/install-mysql.ps1 fi if [ "$RUNNER_OS" = "macOS" ]; then brew update brew install mysql cat <<EOF > /opt/homebrew/etc/my.cnf [mysqld] bind-address = ::1 mysqlx-bind-address = ::1 EOF brew services run mysql fi echo 'TEST_MYSQL_URI=mysql://root@localhost:3306/tests' >> "$GITHUB_ENV" echo 'TEST_FUNCTIONAL_MYSQL_URI=mysql://root@localhost:3306/PRISMA_DB_NAME' >> "$GITHUB_ENV" echo 'TEST_MYSQL_URI_MIGRATE=mysql://root@localhost:3306/tests-migrate' >> "$GITHUB_ENV" echo 'TEST_MYSQL_SHADOWDB_URI_MIGRATE=mysql://root@localhost:3306/tests-migrate-shadowdb' >> "$GITHUB_ENV"

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