Prisma
Freeby Indie Developer
Type-safe ORM for Node.js and TypeScript with database migrations.
v1.0.0Added Jan 18, 2025
prismaormtypescript
Prisma MCP Server
Type-safe ORM for Node.js and TypeScript with database migrations.
Features
- Schema management
- Migrations
- Prisma Client
- Studio access
- Database introspection
Installation
{
"mcpServers": {
"prisma": {
"command": "npx",
"args": ["-y", "mcp-prisma"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-prisma
Add to claude_desktop_config.json
{
"mcpServers": {
"prisma": {
"command": "npx",
"args": ["-y", "mcp-prisma"]
}
}
}