Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
package.json1.12 kB
{ "name": "@prisma/adapter-better-sqlite3", "version": "0.0.0", "description": "Prisma's driver adapter for better-sqlite3, a fast SQLite3 driver for JavaScript runtimes", "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" } } }, "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/adapter-better-sqlite3" }, "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts" }, "files": [ "dist", "README.md" ], "keywords": [], "author": "Alberto Schiabel <schiabel@prisma.io>", "license": "Apache-2.0", "sideEffects": false, "dependencies": { "@prisma/driver-adapter-utils": "workspace:*", "better-sqlite3": "^11.9.0" }, "devDependencies": { "@types/better-sqlite3": "7.6.12", "async-mutex": "0.5.0" } }

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