At a glance
- Availability: Experimental (how to enable).
- Auth: API key.
- Connection: The key from
NEON_API_KEYis sent as theBearerprefixedAuthorizationheader. - Docs: https://neon.tech/docs/manage/api-keys
Credentials
Set these per environment. See Connect an integration.Tools
| Tool | Access | Description |
|---|---|---|
| List Projects | Read | List all Neon projects in your account |
| Get Project | Read | Get details of a specific Neon project |
| List Branches | Read | List all branches for a specific project |
| Create Branch | Write | Create a new branch in a Neon project |
| List Databases | Read | List databases on a specific branch of a project |
| Query Database | Read | Execute SQL queries against the connected database |
| List Tables | Read | List all tables in the connected database |
| Describe Table | Read | Get 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.