brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.sjk4425/ncloud · v1.8.0
MCP server for managing Naver Cloud Platform (Ncloud) infrastructure
ncloud 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"ncloud": {
"command": "npx",
"args": [
"-y",
"ncloud-mcp-server"
],
"env": {
"NCLOUD_ACCESS_KEY": "<NCLOUD_ACCESS_KEY>",
"NCLOUD_SECRET_KEY": "<NCLOUD_SECRET_KEY>"
}
}
}
}NCLOUD_ACCESS_KEY必填secretNcloud API Access Key
NCLOUD_SECRET_KEY必填secretNcloud API Secret Key
NCLOUD_REGION可选Ncloud region code (KR, JPN, SGN, USWN, DEN)
NCLOUD_TOOL_GROUPS可选Comma-separated tool groups to load at startup, e.g. 'compute,network,billing' or 'all,-billing'. 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; without 'dynamic', the listed groups are locked (no runtime expansion). A '-'-excluded group is also refused for dynamic enable. 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, adding 'truncated'/'suggestedPageSize' recovery hints. Unset/0 = guard off (response shape unchanged).
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.sjk4425/ncloud",
"type": "mcp-server",
"version": "1.8.0",
"displayName": "ncloud",
"description": "MCP server for managing Naver Cloud Platform (Ncloud) infrastructure",
"repository": {
"url": "https://github.com/sjk4425/ncloud-mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "ncloud-mcp-server",
"version": "1.8.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "NCLOUD_ACCESS_KEY",
"description": "Ncloud API Access Key",
"isRequired": true,
"isSecret": true
},
{
"name": "NCLOUD_SECRET_KEY",
"description": "Ncloud API Secret Key",
"isRequired": true,
"isSecret": true
},
{
"name": "NCLOUD_REGION",
"description": "Ncloud region code (KR, JPN, SGN, USWN, DEN)"
},
{
"name": "NCLOUD_TOOL_GROUPS",
"description": "Comma-separated tool groups to load at startup, e.g. 'compute,network,billing' or 'all,-billing'. 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; without 'dynamic', the listed groups are locked (no runtime expansion). A '-'-excluded group is also refused for dynamic enable. common is always on."
},
{
"name": "NCLOUD_RESPONSE_PRUNE",
"description": "Set to '1' to strip empty values (null/\"\"/[]/{}) from responses globally."
},
{
"name": "NCLOUD_TIMEOUT_MS",
"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."
},
{
"name": "NCLOUD_LANG",
"description": "Language for client error messages: 'en' for English, otherwise/unset is Korean (default)."
},
{
"name": "NCLOUD_RESPONSE_MAXBYTES",
"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, adding 'truncated'/'suggestedPageSize' recovery hints. Unset/0 = guard off (response shape unchanged)."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.sjk4425/ncloud",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sjk4425%2Fncloud/versions/latest",
"isOfficial": true,
"status": "active"
}
}