Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
package.json1.91 kB
{ "name": "@prisma/integration-tests", "version": "0.0.0", "private": true, "main": "dist/index.js", "types": "dist/index.d.ts", "license": "Apache-2.0", "author": "Tim Suchanek <suchanek@prisma.io>", "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/integration-tests" }, "devDependencies": { "@prisma/get-platform": "workspace:*", "@prisma/internals": "workspace:*", "@prisma/migrate": "workspace:*", "@sindresorhus/slugify": "2.2.1", "@swc/core": "1.11.5", "@swc/jest": "0.2.37", "@types/jest": "29.5.14", "@types/mssql": "9.1.8", "@types/node": "18.19.76", "@types/pg": "8.11.11", "@types/sqlite3": "3.1.11", "decimal.js": "10.5.0", "fs-jetpack": "5.1.0", "jest": "29.7.0", "jest-junit": "16.0.0", "mariadb": "3.4.5", "mssql": "11.0.1", "pg": "8.14.1", "sqlite-async": "1.2.2", "string-hash": "1.1.3", "tempy": "1.0.1", "typescript": "5.4.5", "verror": "1.10.1" }, "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts", "test:integration": "dotenv -e ../../.db.env -- jest integration --maxWorkers=1 --silent", "test:sqlite": "dotenv -e ../../.db.env -- jest integration.sqlite --silent", "test:postgresql": "dotenv -e ../../.db.env -- jest integration.postgresql --maxWorkers=1 --silent", "test:mysql": "dotenv -e ../../.db.env -- jest integration.mysql --maxWorkers=1 --silent", "test:mariadb": "dotenv -e ../../.db.env -- jest integration.mariadb --maxWorkers=1 --silent", "test:mssql": "dotenv -e ../../.db.env -- jest integration.mssql --maxWorkers=1 --silent", "jest": "dotenv -e ../../.db.env -- jest", "test": "dotenv -e ../../.db.env -- jest --maxWorkers=1 --silent" }, "files": [ "README.md", "dist" ], "sideEffects": false }

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