Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add io.prisma--mcp --transport sse https://mcp.prisma.io/sse
Add to your claude_desktop_config.json:
{
"mcpServers": {
"io.prisma--mcp": {
"type": "sse",
"url": "https://mcp.prisma.io/sse"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"io.prisma--mcp": {
"type": "sse",
"url": "https://mcp.prisma.io/sse"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"io.prisma--mcp": {
"type": "sse",
"url": "https://mcp.prisma.io/sse"
}
}
}