Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
package.json1.35 kB
{ "name": "@prisma/adapter-libsql", "version": "0.0.0", "description": "Prisma's driver adapter for libSQL and Turso", "main": "dist/index-node.js", "module": "dist/index-node.mjs", "types": "dist/index-node.d.ts", "exports": { ".": { "require": { "types": "./dist/index-node.d.ts", "default": "./dist/index-node.js" }, "import": { "types": "./dist/index-node.d.mts", "default": "./dist/index-node.mjs" } }, "./web": { "require": { "types": "./dist/index-web.d.ts", "default": "./dist/index-web.js" }, "import": { "types": "./dist/index-web.d.mts", "default": "./dist/index-web.mjs" } } }, "repository": { "type": "git", "url": "https://github.com/prisma/prisma.git", "directory": "packages/adapter-libsql" }, "scripts": { "dev": "DEV=true tsx helpers/build.ts", "build": "tsx helpers/build.ts", "test": "vitest run" }, "files": [ "dist", "README.md" ], "keywords": [], "author": "Alexey Orlenko <orlenko@prisma.io>", "license": "Apache-2.0", "sideEffects": false, "dependencies": { "@libsql/client": "^0.3.5 || ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 || ^0.8.0", "@prisma/driver-adapter-utils": "workspace:*", "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