Skip to content
Cursor

mcp for Cursor

io.prisma/mcp

MCP server for managing Prisma Postgres.

client:Cursor transport:sse

Install mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.prisma.io/sse"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp in other clients