工具 API

get_connection_string

Get a PostgreSQL connection string for a Neon database with all parameters being optional

devOAuth1 积分

调用信息

工具标识
mcp-server-neon.get_connection_string
服务提供方
Neon
平均响应
0 ms
近 7 天调用
0

输入参数

projectId必填

The ID of the project. If not provided, the only available project will be used.

branchId

The ID or name of the branch. If not provided, the default branch will be used.

computeId

The ID of the compute/endpoint. If not provided, the read-write compute associated with the branch will be used.

databaseName

The name of the database. If not provided, the default neondb or first available database is used.

roleName

The name of the role to connect with. If not provided, the database owner name will be used.