Neon

Neon is a serverless PostgreSQL platform that separates storage and compute for autoscaling databases.

Prerequisites

Connect

conjra add neon

MCP Tools

create_neon_project

Create a new Neon project with a PostgreSQL database.

ParameterTypeRequiredDescription
namestringYesProject name
regionIdstringNoAWS region (aws-us-east-1, aws-eu-west-1)
pgVersionnumberNoPostgreSQL version (15 or 16)

create_neon_branch

Create a branch from an existing Neon project.

ParameterTypeRequiredDescription
projectIdstringYesNeon project ID
branchNamestringYesBranch name
parentBranchIdstringNoParent branch ID

get_neon_connection_string

Get a PostgreSQL connection string for a Neon database.

ParameterTypeRequiredDescription
projectIdstringYesNeon project ID
branchIdstringNoBranch ID
databaseNamestringNoDefaults to neondb

Example: "use conjra to create a neon database called my-db"

Edit this page on GitHub