Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
NEON_API_KEYYesNeon API Key for Management API access Docs.
DATABASE_URLYesPostgreSQL connection string for database queries Docs.

Tools

ToolAccessDescription
List ProjectsReadList all Neon projects in your account
Get ProjectReadGet details of a specific Neon project
List BranchesReadList all branches for a specific project
Create BranchWriteCreate a new branch in a Neon project
List DatabasesReadList databases on a specific branch of a project
Query DatabaseReadExecute SQL queries against the connected database
List TablesReadList all tables in the connected database
Describe TableReadGet detailed schema information for a specific table

Example prompts

  • Show me the status of my Neon projects and their branches.
  • List all tables in my database and show me the schema for the main tables.
  • Help me query my database to find specific data.