← Back to Plugins
MCP Server MCP

io.github.sjk4425/ncloud

github By github 👁 1 views ▲ 0 votes

MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ncloud-mcp-server",
      "version": "1.11.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ncloud API Access Key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NCLOUD_ACCESS_KEY"
        },
        {
          "description": "Ncloud API Secret Key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NCLOUD_SECRET_KEY"
        },
        {
          "description": "Ncloud region code (KR, JPN, SGN, USWN, DEN)",
          "format": "string",
          "name": "NCLOUD_REGION"
        },
        {
          "description": "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.",
          "format": "string",
          "name": "NCLOUD_TOOL_GROUPS"
        },
        {
          "description": "Set to '1' to strip empty values (null/\"\"/[]/{}) from responses globally.",
          "format": "string",
          "name": "NCLOUD_RESPONSE_PRUNE"
        },
        {
          "description": "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.",
          "format": "string",
          "name": "NCLOUD_TIMEOUT_MS"
        },
        {
          "description": "Language for client error messages: 'en' for English, otherwise/unset is Korean (default).",
          "format": "string",
          "name": "NCLOUD_LANG"
        },
        {
          "description": "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).",
          "format": "string",
          "name": "NCLOUD_RESPONSE_MAXBYTES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...