Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
init.json849 B
[ { "name": "Jane Smith", "email": "1@prisma.io", "admin": true, "numberOrString1": 1234, "hobbies": [ { "name": "Swimming", "tags": ["tag"], "numberOrString2": 1234, "objects": [ { "name": "Object 1", "tags": ["tag"], "numberOrString3": 1234 } ] } ] }, { "name": "John Smith", "email": "2@prisma.io", "admin": false, "numberOrString1": "567", "hobbies": [ { "name": "Running", "tags": ["tag"], "numberOrString2": "567", "objects": [ { "name": "Object 1", "tags": ["tag"], "numberOrString3": "567" } ] }, { "name": "Coding", "tags": ["tag"] } ] } ]

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