← Back to Plugins
MCP Server MCP

io.github.luno-cms/mcp

github By github 👁 1 views ▲ 0 votes

LUNO — AI Backend Platform. Build, operate, and govern production backends with AI agents.

Homepage Verified source GitHub

Install

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

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@luno-cms/mcp",
      "version": "0.2.31",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LUNO admin API base URL, e.g. https://api.luno.rest/admin",
          "isRequired": true,
          "format": "string",
          "name": "LUNO_API_URL"
        },
        {
          "description": "LUNO agent API key (sk-agent-…), issued in Console under Settings → Agent API Keys",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LUNO_AGENT_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...