datasource my_db {
provider = "sqlite"
url = "file:dev5.db"
}
generator client {
provider = "prisma-client-js"
output = "@prisma/client"
}
model Blog {
id Int @id
viewCount20 Int
}
model Post {
id Int @id
another23 String?
}
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