Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
get-platform.bench.ts568 B
import { withCodSpeed } from '@codspeed/benchmark.js-plugin' import Benchmark from 'benchmark' import { getBinaryTargetForCurrentPlatformInternal, getos } from '../src/getPlatform' void withCodSpeed(new Benchmark.Suite('get-platform')) .add('getBinaryTargetForCurrentPlatform', { defer: true, fn: async (deferred: Benchmark.Deferred) => { const os = await getos() getBinaryTargetForCurrentPlatformInternal(os) deferred.resolve() }, }) .on('cycle', (event: Benchmark.Event) => { console.log(String(event.target)) }) .run()

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