Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
package.json1.19 kB
{ "name": "@prisma/debug", "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.mts", "default": "./dist/index.mjs" } } }, "license": "Apache-2.0", "author": "Tim Suchanek <suchanek@prisma.io>", "homepage": "https://www.prisma.io", "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/debug" }, "bugs": "https://github.com/prisma/prisma/issues", "devDependencies": { "@types/jest": "29.5.14", "@types/node": "18.19.76", "jest": "29.7.0", "jest-junit": "16.0.0", "kleur": "4.1.5", "typescript": "5.4.5" }, "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts", "test": "jest", "prepublishOnly": "pnpm run build" }, "files": [ "README.md", "dist" ], "dependencies": {}, "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