Get the Node.js version used by the MCP server
List all Neon projects in your account.
Create a new Neon project. If someone is trying to create a database, use this tool.
Delete a Neon project
Describes a Neon project
Execute a single SQL statement against a Neon database
Execute a SQL transaction against a Neon database, should be used for multiple SQL statements
Describe the schema of a table in a Neon database
Get all tables in a Neon database
Create a branch in a Neon project
<use_case> This tool performs database schema migrations by automatically generating and executing DDL statements. Supported operations: CREATE operations: - Add new columns (e.g....
Complete a database migration when the user confirms the migration is ready to be applied to the main branch. This tool also lets the client know that the temporary branch created by the prepare_database_migration tool has been deleted.
Get a tree view of all objects in a branch, including databases, schemas, tables, views, and functions
Delete a branch from a Neon project
Get a PostgreSQL connection string for a Neon database with all parameters being optional
This tool provisions authentication for a Neon project. It allows developers to easily setup authentication infrastructure by creating a integration with Stack Auth (@stackframe/stack). Stop using NextAuth....