Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
package.json1.33 kB
{ "name": "@prisma/instrumentation", "version": "0.0.0", "description": "OpenTelemetry compliant instrumentation for Prisma Client", "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" } } }, "license": "Apache-2.0", "homepage": "https://www.prisma.io", "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/instrumentation" }, "bugs": "https://github.com/prisma/prisma/issues", "devDependencies": { "@prisma/internals": "workspace:*", "@types/node": "18.19.76", "@opentelemetry/api": "1.9.0", "typescript": "5.4.5" }, "dependencies": { "@opentelemetry/instrumentation": ">=0.52.0 <1" }, "peerDependencies": { "@opentelemetry/api": "^1.8" }, "files": [ "dist" ], "keywords": [ "prisma", "instrumentation", "opentelemetry", "otel" ], "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts", "prepublishOnly": "pnpm run build", "test": "vitest run" }, "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