Stats
Actions
Tags
From prisma
Runs locally via Prisma CLI as an MCP server for Prisma ORM, providing schema management, migrations, database queries, and client generation.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"prisma": {
"command": "npx",
"args": [
"-y",
"prisma",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub pleaseai/claude-code-plugins --plugin prisma