Sazabi
MCP connectors

Neon

Give the Sazabi agent tools to manage serverless Postgres databases and branches and to run SQL queries in your Neon account.

About

Neon is an MCP connector that gives the Sazabi agent tools to manage serverless Postgres databases, branches, and run SQL queries. Neon's MCP server authenticates via OAuth with dynamic client registration. Once connected, agents can create and manage Neon projects, work with database branches for safe migrations, and execute SQL queries. Full read and write access is granted, enabling agents to act on your behalf.

What the agent can do:

  • Create, manage, and delete Neon projects and databases
  • Work with database branches for safe schema changes and migrations
  • Run SQL queries and apply database migrations
  • Manage Neon Auth configuration and connection strings
  • Browse organizations and project settings

Prerequisites

  • A Neon account (Free or paid plan)
  • Permission to authorize third-party OAuth applications

Set up in the dashboard

Configure connectors in the dashboard under Settings > MCP connectors.

Authorize

Start the connection; Sazabi redirects you to Neon to authorize, then back.

Set up with the CLI

You can also connect Neon with the Sazabi CLI (installed and authenticated — see sazabi mcp-connectors reference).

Neon authenticates over OAuth, so the CLI opens a browser to complete authorization:

sazabi mcp-connectors connect neon

Add --read-only to restrict the connector to read-only tools, or --project-id <project> to target a specific project. In --json mode the command prints an authorization URL to open, then polls until the connection completes. Confirm the result with sazabi mcp-connectors list.

Verify

Open the connector's connection page under Settings > MCP connectors and confirm Sazabi lists the tools it discovered. Then, in a thread, ask the agent to use one of those tools and confirm it runs. If no tools appear, confirm the connection is authorized (OAuth) or the key/header is correct (token auth).

Troubleshooting

No tools discovered — Disconnect and reconnect from Settings > MCP connectors to restart the OAuth flow.

Connection shows needs attention — The authorization or key may have expired or been revoked; reconnect from Settings > MCP connectors.

Further reading