ncloud for Windsurf
io.github.sjk4425/ncloud
MCP server for managing Naver Cloud Platform (Ncloud) infrastructure
client:Windsurf
transport:stdio
runtime:npm
Install ncloud in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ncloud": {
"command": "npx",
"args": [
"-y",
"ncloud-mcp-server"
],
"env": {
"NCLOUD_ACCESS_KEY": "<NCLOUD_ACCESS_KEY>",
"NCLOUD_SECRET_KEY": "<NCLOUD_SECRET_KEY>",
"NCLOUD_REGION": "<NCLOUD_REGION>",
"NCLOUD_TOOL_GROUPS": "<NCLOUD_TOOL_GROUPS>",
"NCLOUD_RESPONSE_PRUNE": "<NCLOUD_RESPONSE_PRUNE>",
"NCLOUD_TIMEOUT_MS": "<NCLOUD_TIMEOUT_MS>",
"NCLOUD_LANG": "<NCLOUD_LANG>",
"NCLOUD_RESPONSE_MAXBYTES": "<NCLOUD_RESPONSE_MAXBYTES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs