Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
package.json2.12 kB
{ "name": "@prisma/migrate", "version": "0.0.0", "description": "This package is intended for Prisma's internal use", "main": "dist/index.js", "types": "dist/migrate/src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/migrate" }, "author": "Tim Suchanek <suchanek@prisma.io>", "homepage": "https://www.prisma.io/migrate", "bugs": "https://github.com/prisma/prisma/issues", "license": "Apache-2.0", "prisma": { "version": "latest" }, "devDependencies": { "@prisma/adapter-libsql": "workspace:*", "@sindresorhus/slugify": "2.2.1", "@swc/core": "1.11.5", "@swc/jest": "0.2.37", "@types/jest": "29.5.14", "@types/node": "18.19.76", "@types/pg": "8.11.11", "@types/prompts": "2.4.9", "@types/sqlite3": "3.1.11", "arg": "5.0.2", "execa": "8.0.1", "fp-ts": "2.16.9", "fs-jetpack": "5.1.0", "indent-string": "4.0.0", "jest": "29.7.0", "jest-junit": "16.0.0", "kleur": "4.1.5", "log-update": "6.1.0", "mariadb": "3.4.5", "mock-stdin": "1.0.0", "mongoose": "8.15.0", "mssql": "11.0.1", "ora": "8.2.0", "pg": "8.14.1", "strip-indent": "4.0.0", "tempy": "1.0.1", "ts-pattern": "5.6.2", "typescript": "5.4.5" }, "peerDependencies": { "@prisma/internals": "*" }, "dependencies": { "@prisma/client-generator-registry": "workspace:*", "@prisma/config": "workspace:*", "@prisma/debug": "workspace:*", "@prisma/driver-adapter-utils": "workspace:*", "@prisma/engines-version": "6.19.0-24.a2b481b117452ee9da10d6bf285cde25c0d6b676", "@prisma/generator": "workspace:*", "@prisma/get-platform": "workspace:*", "@prisma/internals": "workspace:*", "prompts": "2.4.2" }, "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts", "run": "node dist/bin.js", "test": "dotenv -e ../../.db.env -- jest --verbose", "prepublishOnly": "pnpm run build" }, "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