Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,213
  • Linux
  • Apple
log.ts490 B
import { createMiddleware } from 'hono/factory' import * as log from '../../log/facade' export const logMiddleware = createMiddleware<{ Variables: { requestId: string } }>(async (c, next) => { const id = crypto.randomUUID() c.set('requestId', id) log.debug('Request', { id, method: c.req.method, pathname: c.req.path, }) await next() log.debug('Response', { id, status: c.res.status, method: c.req.method, pathname: c.req.path, }) })

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