← Back to Plugins
MCP Server MCP

io.github.sjk4425/ncloud-gov

github By github 👁 1 views ▲ 0 votes

MCP server for managing Naver Cloud Platform Government (Ncloud 공공존) infrastructure

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ncloud-gov-mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ncloud 공공존 API Access Key (console.gov-ncloud.com 발급)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NCLOUD_ACCESS_KEY"
        },
        {
          "description": "Ncloud 공공존 API Secret Key (console.gov-ncloud.com 발급)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NCLOUD_SECRET_KEY"
        },
        {
          "description": "Ncloud region code (공공존 기본 KR)",
          "format": "string",
          "name": "NCLOUD_REGION"
        },
        {
          "description": "기본 API Gateway 도메인 override. 미설정 시 https://ncloud.apigw.gov-ntruss.com (공공존 기본값).",
          "format": "string",
          "name": "NCLOUD_API_URL"
        },
        {
          "description": "Comma-separated tool groups to load at startup, e.g. 'compute,network' or 'all,-database'. 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. 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. Unset/0 = guard off.",
          "format": "string",
          "name": "NCLOUD_RESPONSE_MAXBYTES"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...