Back to MCP Servers
Prisma Server
Interact with Prisma ORM to manage database schemas, run migrations, and query data
prismaormdatabaseschemamigrationscommunity
Installation
npm install -g @prisma/mcp-serverConfiguration
{
"mcpServers": {
"prisma": {
"command": "npx",
"args": ["-y", "@prisma/mcp-server"],
"env": {
"DATABASE_URL": "your-database-connection-string"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes