HomeCloud & Monitoring › mcp

mcp

LUNO — AI-era Backend Platform (not Luno crypto). BUILD/OPERATE, REGISTER/GOVERN, CONSUME.

Official TypeScript Cloud
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.51)

npx -y @luno-cms/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@luno-cms/[email protected]"
      ],
      "env": {
        "LUNO_API_URL": "<YOUR_VALUE>",
        "LUNO_AGENT_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • LUNO_API_URL required — LUNO admin API base URL, e.g. https://api.luno.rest/admin
  • LUNO_AGENT_KEY required secret — Required secret. Agent API key (sk-agent-…) from LUNO Console → MCP / API / Hook → API / MCP

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry