← Back to Plugins
MCP Server MCP

io.prisma/mcp

github By github 👁 3 views ▲ 0 votes

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

Comments

Sign in to leave a comment

Loading comments...