KosmoKrator

data

Neon MCP, CLI, and Lua Integration for AI Agents

Neon integration docs for AI agents: MCP gateway setup, Neon CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

Neon for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
neon
route_slug
neon
package
neon
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Neon MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Neon.

Neon CLI Matrix

Use these pages for direct Neon CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
neon.neon_list_projects Read read 0 List all Neon projects in the organization. Returns project IDs, names, region, and status.
neon.neon_get_project Read read 1 Get details for a specific Neon project by ID. Returns full project information including connection strings, branches, and settings.
neon.neon_create_project Write write 5 Create a new Neon project. Requires a name. Optionally specify a region and Postgres version.
neon.neon_list_branches Read read 1 List all branches in a Neon project. Returns branch IDs, names, status, and parent branch info.
neon.neon_get_branch Read read 2 Get details for a specific branch in a Neon project. Returns branch configuration, endpoints, and state.
neon.neon_list_databases Read read 2 List all databases in a Neon project branch. Returns database names, owners, and sizes.
neon.neon_get_current_user Read read 0 Get information about the current authenticated Neon user, including email, name, and organization membership.