- Ncloud MCP Server
Ncloud MCP Server
Overview
Ncloud MCP Server
MCP server for managing Naver Cloud Platform (Ncloud) infrastructure directly from AI assistants.
Features
- 1,000+ API tools across 60+ Ncloud services
- Compute (Server, Block Storage, Public IP, Placement Group)
- Networking (VPC, Subnet, ACG, Load Balancer, NAT Gateway, Global DNS)
- Database (MySQL, PostgreSQL, MSSQL, MongoDB, Redis)
- Storage (Object Storage S3-compatible, NAS, Archive Storage)
- Containers (NKS, Container Registry)
- Monitoring (Cloud Insight - Dashboard, Event, Rule, Plugin, Data)
- DevTools (SourceCommit, SourceBuild, SourceDeploy, SourcePipeline)
- Security (Certificate Manager, Private CA, KMS)
- Analytics (Search Engine, Hadoop, Data Streaming, Data Catalog)
- And more: Cloud Functions, API Gateway, SENS, Auto Scaling, Billing...
Notes
- Built for Ncloud Public (민간존) environment
- Based on Ncloud Official API Documentation
- Primarily tested in Korea (KR) region
- Requires Node.js 20+ and Ncloud API credentials
Server Config
{
"mcpServers": {
"ncloud": {
"command": "npx",
"args": [
"-y",
"ncloud-mcp-server"
],
"env": {
"NCLOUD_ACCESS_KEY": "your-access-key",
"NCLOUD_SECRET_KEY": "your-secret-key",
"NCLOUD_REGION": "KR"
}
}
}
}Project Info
Created At
17 days agoUpdated At
16 days agoAuthor Name
sjk4425Star
-Language
-License
-