mcpbeat Sign in

Prisma MCP Server

answering

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.

Uptime history 47 days of history · worst day 45%
47 days agonow
48.4%
Uptime 24h
88 of 182 checks
Tools
hidden behind auth
240 ms
Response time
average over 24h
49
Stars
last commit 7 Oct 2025

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command dxt/server/index.js:12
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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.prisma.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.prisma.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.prisma.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.prisma.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "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.

Endpoints

URLTransportStateLatencyChecked
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

Alternatives to Prisma

same job, measured the same way
I
Postgres Connector
by martymarkenson

MCP server for querying PostgreSQL databases

30 installs/wk local only
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
Postgres
by marcelo-ochoa

MCP server for interacting with PostgreSQL databases

34 installs/wk local only
PostgreSQL MCP Server
by itunified-io

PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management

23 installs/wk local only
Ainative Postgres MCP
by ainative-studio

Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.

74 installs/wk local only
Strut Stack SQL
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only
MCP SQL Rust
by rzlco666

Token-efficient MCP server for MySQL, PostgreSQL, and SQLite

local only
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only

Prisma — questions

Answers built from our own checks of this server.

Why is there no tool list for Prisma?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 48.4% of checks in the last 24 hours got a reply.
Is Prisma working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 88 of 182 checks got a reply (48.4%), average response time 240 ms. The bar chart above shows every period we have measured.
Is Prisma still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Prisma?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Prisma?
No API key is involved. Prisma answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Prisma?
It answers our handshake in 240 ms on average, which is faster than 59% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Prisma open source?
We cannot say either way: written in JavaScript, 49 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.