Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
package.json901 B
{ "name": "@prisma/ts-builders", "version": "0.0.0", "description": "This package is intended for Prisma's internal use", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" } } }, "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/ts-builders" }, "license": "Apache-2.0", "dependencies": { "@prisma/internals": "workspace:*" }, "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts", "prepublishOnly": "pnpm run build", "test": "vitest run" }, "files": [ "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