Skip to main content
Glama

Prisma MCP Server

Official
by prisma
_testData.ts1.28 kB
export function commentDataA(id: string) { return { id: id, content: { set: { text: 'Hello World', upvotes: [ { vote: true, userId: '10', }, ], }, }, } } export function commentDataB(id: string) { return { id: id, country: 'France', content: { text: 'Goodbye World', upvotes: [ { vote: false, userId: '11', }, { vote: true, userId: '12', }, ], }, } } export function commentListDataA(id: string) { return { id: id, contents: { set: { text: 'Hello World', upvotes: { vote: true, userId: '10', }, }, }, } } export function commentListDataB(id: string) { return { id: id, country: 'France', contents: { set: [ { text: 'Goodbye World', upvotes: { vote: false, userId: '11', }, }, { text: 'Hello World', upvotes: { vote: true, userId: '10', }, }, { text: 'Hello World', upvotes: [], }, ], }, } }

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