mcpbeat Sign in

Ncloud Gov MCP Server

local only

Ncloud Gov runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 28 Aug 2026.

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

Installs per day peak 262 · avg 8
a month agotoday
44
Installs / week
npm · ncloud-gov-mcp-server
1
Stars
0 open issues
28 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ncloud Gov every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ncloud-gov -- npx -y ncloud-gov-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ncloud-gov": {
      "args": [
        "-y",
        "ncloud-gov-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ncloud-gov]
command = "npx"
args = ["-y", "ncloud-gov-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "ncloud-gov": {
      "args": [
        "-y",
        "ncloud-gov-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ncloud-gov": {
      "args": [
        "-y",
        "ncloud-gov-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NCLOUD_ACCESS_KEY (Ncloud 공공존 API Access Key (console.gov-ncloud.com 발급)), NCLOUD_SECRET_KEY (Ncloud 공공존 API Secret Key (console.gov-ncloud.com 발급)), NCLOUD_REGION (Ncloud region code (공공존 기본 KR)), NCLOUD_API_URL (기본 API Gateway 도메인 override. 미설정 시 https://ncloud.apigw.gov-ntruss.com (공공존 기본값).), NCLOUD_TOOL_GROUPS (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.), NCLOUD_RESPONSE_PRUNE (Set to '1' to strip empty values (null/""/[]/{}) from responses globally.), NCLOUD_TIMEOUT_MS (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 (Language for client error messages: 'en' for English, otherwise/unset is Korean (default).), NCLOUD_RESPONSE_MAXBYTES (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ncloud Gov

same job, measured the same way
Ncloud
by sjk4425

MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

274 installs/wk local only
Oracle Cloud
by expertvagabond

Oracle Cloud Infrastructure MCP server

20 installs/wk local only
I
Exoscale MCP Server
by samisouabni

MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage

57 installs/wk local only
StackQL MCP Server
by stackql

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

186 installs/wk local only
Infracost
by downatthebottomofthemolehole

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

31 installs/wk local only
Meta
by mikusnuz

MCP server for Instagram Graph API, Threads API & Meta platform management

209 installs/wk local only
MCP Guardian
by rudraneel93

Security, cost, and health governance proxy for MCP infrastructure

54 installs/wk local only
Confluence Cloud
by aaronsb

MCP server for Confluence Cloud — page editing, navigation, and content management

61 installs/wk local only

Ncloud Gov — questions

Answers built from our own checks of this server.

Why is there no uptime for Ncloud Gov?
Ncloud Gov runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ncloud-gov-mcp-server was installed 44 times last week.
How do I connect Ncloud Gov?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ncloud-gov-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Ncloud Gov?
The npm package ncloud-gov-mcp-server was installed 44 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ncloud Gov open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.