--room=test
) and launches the Neon MCP server in the room as a cloud agent. The service and room will be auto-removed if inactive.Tool Name | Short Description |
---|---|
__node_version | Get the Node.js version used by the MCP server |
complete_database_migration | Complete a database migration when the user confirms it is ready to apply |
complete_query_tuning | Finalize or discard query performance improvements in the main or a specified branch |
create_branch | Create a branch in a Neon project |
create_project | Create a new Neon project |
delete_branch | Delete a branch from a Neon project |
delete_project | Delete a Neon project |
describe_branch | Get a tree view of all objects in a branch (databases, schemas, tables, etc.) |
describe_project | Describes a Neon project |
describe_table_schema | Describe the schema of a table in a Neon database |
explain_sql_statement | Get a PostgreSQL query execution plan for a SQL statement |
get_connection_string | Get a PostgreSQL connection string for a Neon database |
get_database_tables | Get all tables in a Neon database |
list_projects | List all Neon projects in your account |
prepare_database_migration | Perform schema migration steps, apply changes in temporary branch for safety |
prepare_query_tuning | Analyze and suggest improvements to slow SQL queries in a safe temporary branch |
provision_neon_auth | Automatically provision authentication infrastructure for a Neon project |
run_sql | Execute a single SQL statement against a Neon database |
run_sql_transaction | Execute multiple SQL statements (a transaction) against a Neon database |
__node_version
complete_database_migration
complete_query_tuning
create_branch
create_project
delete_branch
delete_project
describe_branch
describe_project
describe_table_schema
explain_sql_statement
get_connection_string
get_database_tables
list_projects
prepare_database_migration
prepare_query_tuning
provision_neon_auth
run_sql
run_sql_transaction