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"…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http, sse). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat gegen diesen Endpunkt keinen tools/list-Handshake abgeschlossen und hat daher keine Beobachtung dessen, was der Server offenlegt. Nichts hiervon sagt, dass er nichts offenlegt.
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…