Neon
Connect Neon to manage serverless Postgres databases and projects through Cendriix agents.
Overview
| Auth method | OAuth 2.0 |
| Scopes | urn:neoncloud:projects:read, urn:neoncloud:projects:create, offline_access |
| MCP support | No |
| Setup time | ~5 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Neon integration
- Authorize the Cendriix app in your Neon account
- 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:
- Register an OAuth application at Neon Console
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/neon/oauth/callback - 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