Neon
Neon is a serverless PostgreSQL platform that separates storage and compute for autoscaling databases.
Prerequisites
- A Neon account
- An API key from Neon console
Connect
conjra add neonMCP Tools
create_neon_project
Create a new Neon project with a PostgreSQL database.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Project name |
regionId | string | No | AWS region (aws-us-east-1, aws-eu-west-1) |
pgVersion | number | No | PostgreSQL version (15 or 16) |
create_neon_branch
Create a branch from an existing Neon project.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Neon project ID |
branchName | string | Yes | Branch name |
parentBranchId | string | No | Parent branch ID |
get_neon_connection_string
Get a PostgreSQL connection string for a Neon database.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | Neon project ID |
branchId | string | No | Branch ID |
databaseName | string | No | Defaults to neondb |
Example: "use conjra to create a neon database called my-db"