MCP Server
MCP
io.github.luno-cms/mcp
LUNO — AI Backend Platform. Build, operate, and govern production backends with AI agents.
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
By
Comments
Sign in to leave a comment