io.prisma/mcp✓
io.prisma/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
"name": "io.prisma/mcp",
"description": "MCP server for managing Prisma Postgres.",
"repository": {
"url": "https://github.com/prisma/mcp",
"source": "github"
},
"version": "1.0.0",
"remotes": [
{
"type": "sse",
"url": "https://mcp.prisma.io/sse",
"headers": [
{
"description": "Bearer token for Prisma platform authentication",
"name": "Authorization"
}
]
},
{
"type": "streamable-http",
"url": "https://mcp.prisma.io/mcp",
"headers": [
{
"description": "Bearer token for Prisma platform authentication",
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}