Loading MCP server directory, please wait...
LUNO — AI Backend Platform. Build, operate, and govern production backends with AI agents.
npx @getmcp/cli add io.github.luno-cms/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
LUNO_API_URLLUNO admin API base URL, e.g. https://api.luno.rest/admin
LUNO_AGENT_KEYLUNO agent API key (sk-agent-…), issued in Console under Settings → Agent API Keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.luno-cms/mcp": {
"command": "npx",
"args": [
"-y",
"@luno-cms/mcp"
],
"env": {
"LUNO_API_URL": "",
"LUNO_AGENT_KEY": ""
}
}
}
}