ncloud
MCP server for managing Naver Cloud Platform (Ncloud) infrastructure
Package Details
ncloud-mcp-server
Environment Variables
Ncloud API Access Key
Ncloud API Secret Key
Ncloud region code (KR, JPN, SGN, USWN, DEN)
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.
Set to '1' to strip empty values (null/""/[]/{}) from responses globally.
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.
Language for client error messages: 'en' for English, otherwise/unset is Korean (default).
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).