MCP Server
MCP
io.prisma/mcp
MCP server for managing Prisma Postgres.
Configuration Example
{
"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"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
sse
streamable-http
By
Comments
Sign in to leave a comment