MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

stdiocommunityservice

Package Details

Transportstdio

Environment Variables

NCLOUD_ACCESS_KEY(str)
RequiredSecret

Ncloud API Access Key

NCLOUD_SECRET_KEY(str)
RequiredSecret

Ncloud API Secret Key

NCLOUD_REGION(str)

Ncloud region code (KR, JPN, SGN, USWN, DEN)

NCLOUD_TOOL_GROUPS(str)

Comma-separated tool groups to load at startup, e.g. 'compute,network,billing' or 'all,-billing'. Unset = all groups. Include the 'dynamic' keyword to start with the core set (common+compute+network+database) AND allow mid-session expansion via the ncloud_enable_tool_group meta tool; without 'dynamic', the listed groups are locked (no runtime expansion). A '-'-excluded group is also refused for dynamic enable. common is always on.

NCLOUD_RESPONSE_PRUNE(str)

Set to '1' to strip empty values (null/""/[]/{}) from responses globally.

NCLOUD_TIMEOUT_MS(str)

API request timeout in milliseconds (default 30000). HTTP 429 is always auto-retried up to 2 times; read-only query tools also retry 503/504 and network errors.

NCLOUD_LANG(str)

Language for client error messages: 'en' for English, otherwise/unset is Korean (default).

NCLOUD_RESPONSE_MAXBYTES(str)

Opt-in response-size guard for read-only tools. When set to a positive byte threshold, large read-only responses are truncated item-by-item to stay under it, adding 'truncated'/'suggestedPageSize' recovery hints. Unset/0 = guard off (response shape unchanged).