Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
Dockerfile434 B
ARG POSTGRES_VERSION=16 FROM postgres:${POSTGRES_VERSION} ARG POSTGRES_VERSION ENV POSTGRES_VERSION=${POSTGRES_VERSION} # Install PostGIS and pgvector for the specified Postgres version RUN apt-get update && \ apt-get install -y \ postgis \ postgresql-${POSTGRES_VERSION}-postgis-3 \ postgresql-${POSTGRES_VERSION}-postgis-3-scripts \ postgresql-${POSTGRES_VERSION}-pgvector && \ rm -rf /var/lib/apt/lists/*

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