Prisma
Run Prisma migrations, inspect schemas, and manage Prisma Postgres from the local MCP server in your project.
Add Prisma to your agent
Local Prisma MCP for migrations and schema work in your repo. Prisma also offers a remote server at mcp.prisma.io via npx mcp-remote.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"Prisma-Local": {
"command": "npx",
"args": ["-y", "prisma", "mcp"]
}
}
}
Add this block under mcpServers, then restart Cursor.