development
documentation
public
What is Prisma?
Create and manage Prisma Postgres databases
Documentation
Prisma MCP Server Documentation
This documentation covers the setup and usage of the Prisma MCP Server for PostgreSQL.
Getting Started
- Install Prisma CLI
- Configure your database connection
- Run the Prisma server
Features
- Database management
- Query execution
- Data modeling
For more details, visit the official documentation.
Server Config
{
"mcpServers": {
"prisma-server": {
"command": "npx",
"args": [
"prisma"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
May 23, 2025
Updated At:
Aug 07, 2025
Author:
Prisma Team
Category:
official
License:
MIT License
Tags:
development
documentation
public