MCP server for managing Prisma Postgres.
The Model-Context-Protocol (MCP) gives LLMs a way to call APIs and thus access external systems in a well-defined manner. Prisma's provides two MCP servers: a local and a remote one. See below for specific information on each. If you're a developer working on a local machine and want your AI agent to help with your database workflows, use the local MCP server. If you're building an "AI platform"…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
The Model-Context-Protocol (MCP) gives LLMs a way to call APIs and thus access external systems in a well-defined manner. Prisma's provides two MCP servers: a local and a remote one. See below for specific information on each. If you're a developer working on a local machine and want your AI agent to help with your database workflows, use the local MCP server. If you're building an "AI platform" and want to give the ability to manage database to your users, use the remote MCP server. You can…