← Explore all mcp servers

DATABASE DEVELOPMENT / Neon

Neon MCP Server

Manages Neon Postgres projects, branches and SQL through a hosted connection with project and grant-based tool filtering.

“This repository provides a remote MCP Server”

01 / THE REASONING

Why this made the selection.

  • Branch tools make the server useful for database development tasks beyond generic SQL execution.
  • Source tool definitions expose read/write annotations and server-side read-only handling.

02 / THE REVIEW RECORD

What we actually inspected.

Source review has boundaries.
A clear record is more useful than a “safe” badge.

Material inspected

  • README.md (installation, capability and permission sections)
  • package.json
  • mcp/server/index.ts
  • mcp/tools/definitions.ts
  • LICENSE

Our findings

  • The server initializes readOnly from request context with false as the fallback.
  • SQL tools are marked destructive, and project/branch tools include deletion and reset operations.

Not established by this review

  • Server startup, authentication and tool execution were not tested.

The review applies to the material and revision named here. A newer upstream release can change its behavior.

03 / PUT IT TO WORK

Connect a server deliberately.

Upstream setup instructions ↗

DOCUMENTED COMMAND

npx neon@latest init

Copying does not execute this command. It may retrieve a newer version than the reviewed source.

  1. Use the setup command or add https://mcp.neon.tech/mcp in a remote-capable client, then complete OAuth.
  2. Choose the intended project and read-only/grant restrictions before using SQL or branch tools.

Before you start

  • A Neon account; Node.js is needed for the setup command.

04 / FOLLOW THE EVIDENCE

The source trail.

Our notes are separate from the original resource.
Check upstream before adopting a new version.

  1. Official documentation ↗Checked

    https://github.com/neondatabase/mcp-server-neon/blob/a7b29270aaa322307f8c73670716233e92121a0f/README.md

    Supports: summary, whySelected, bestFor, limitations, install, access, compatibility, transports

  2. https://github.com/neondatabase/mcp-server-neon/blob/a7b29270aaa322307f8c73670716233e92121a0f/LICENSE

    Supports: license

  3. https://github.com/neondatabase/mcp-server-neon/blob/a7b29270aaa322307f8c73670716233e92121a0f/package.json

    Supports: language, review

  4. https://github.com/neondatabase/mcp-server-neon/blob/a7b29270aaa322307f8c73670716233e92121a0f/mcp/server/index.ts

    Supports: language, review

  5. https://github.com/neondatabase/mcp-server-neon/blob/a7b29270aaa322307f8c73670716233e92121a0f/mcp/tools/definitions.ts

    Supports: language, review