MCP server · operational
Prisma MCP
Provisions and inspects Prisma Postgres databases.
Official Prisma remote MCP server. Creates Prisma Postgres databases, runs migrations and inspects schema from an agent workflow.
- endpoint
https://mcp.prisma.io/mcp- auth
- Bearer token
- try it
- tested example call
curl -sS -X POST https://mcp.prisma.io/mcp -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- db.provision · db.query · schema.read
- tags
- prisma · postgres · database · migrations
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/prisma-mcp
Agents can discover Prisma MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.