Prisma is answering right now. Last checked 10 min ago. Last commit 7 Oct 2025.
MCP server for managing Prisma Postgres.
The author archived this repository on GitHub, meaning it is no longer maintained.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(process.env.CLI_PATH, ['mcp'], {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.
claude mcp add mcp --transport http https://mcp.prisma.io/mcp
{
"mcpServers": {
"mcp": {
"url": "https://mcp.prisma.io/mcp"
}
}
}
[mcp_servers.mcp]
url = "https://mcp.prisma.io/mcp"
{
"mcpServers": {
"mcp": {
"url": "https://mcp.prisma.io/mcp"
}
}
}
{
"mcpServers": {
"mcp": {
"url": "https://mcp.prisma.io/mcp"
}
}
}
This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.
This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.
| URL | Transport | State | Latency | Checked |
|---|---|---|---|---|
| https://mcp.prisma.io/sse | sse | answering | 209 ms | 10 min ago |
| https://mcp.prisma.io/mcp | streamable-http | sign-in | 201 ms | 10 min ago |
MCP server for querying PostgreSQL databases
Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.
MCP server for interacting with PostgreSQL databases
PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management
Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.
Token-efficient MCP server for MySQL, PostgreSQL, and SQLite
Token-efficient MCP server for MySQL, PostgreSQL, and SQLite
Python MCP server for PostgreSQL database inspection and querying
Answers built from our own checks of this server.