Skip to Content

Neon

Connect Neon to manage serverless Postgres databases and projects through Cendriix agents.

Overview

Auth methodOAuth 2.0
Scopesurn:neoncloud:projects:read, urn:neoncloud:projects:create, offline_access
MCP supportNo
Setup time~5 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Neon integration
  3. Authorize the Cendriix app in your Neon account
  4. Once authorized, project and database data becomes available

Admin setup (self-hosted)

If you’re running Cendriix on your own infrastructure, an admin needs to:

  1. Register an OAuth application at Neon Console 
  2. Set the redirect URL to: https://api.<your-domain>/v1/connectors/neon/oauth/callback
  3. Store the credentials in AWS Secrets Manager at cendriix/prod/connectors/neon:
    { "client_id": "...", "client_secret": "..." }

Capabilities

Once connected, Cendriix agents can:

  • List and read Neon projects and branches
  • Create new database projects
  • Reference database context for schema analysis

Security notes

  • Neon tokens support refresh with offline access
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on