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
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.
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.
claude mcp add ncloud-gov -- npx -y ncloud-gov-mcp-server
{
"mcpServers": {
"ncloud-gov": {
"args": [
"-y",
"ncloud-gov-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.ncloud-gov]
command = "npx"
args = ["-y", "ncloud-gov-mcp-server"]
{
"mcpServers": {
"ncloud-gov": {
"args": [
"-y",
"ncloud-gov-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
MCP server for managing Naver Cloud Platform (Ncloud) infrastructure
Oracle Cloud Infrastructure MCP server
MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage
SQL-native query and provisioning engine for cloud infrastructure, served over MCP.
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
MCP server for Instagram Graph API, Threads API & Meta platform management
Security, cost, and health governance proxy for MCP infrastructure
MCP server for Confluence Cloud — page editing, navigation, and content management
Answers built from our own checks of this server.