Skip to content

Path A · Agents (MCP) — Done state

In about 5 minutes you can operate LUNO from your site repo via an agent.

What you have

ItemState
MCPConnected in Cursor / Claude Code / Codex (Verified)
KeysIn .agents/luno/ (gitignored). Public default is prod
ScopePrefer full (or content / schema)
First askList form sets or draft one entry — not publish

Checklist

  • [ ] npx @luno-cms/mcp setup completed (browser confirm)
  • [ ] Agent approved workspace trust / MCP
  • [ ] “List the form sets on this LUNO, or draft one entry. Don't publish or change the schema.” returns a real response
  • [ ] (Optional) Public structure readable via llms.txt

Do this now

Follow in order to reach the done state.

  1. Run setup from your site repo root
bash
cd my-existing-site
npx @luno-cms/mcp setup
# → browser confirm → healthcheck against production

Do not paste a key into the agent chat.

  1. Open the project in the chosen agent and approve trust / MCP if prompted

  2. Ask:

List the form sets on this LUNO, or draft one entry. Don't publish or change the schema.

Later: teammates run npx @luno-cms/mcp login. Use --env stg only if you have access.

  1. If stuck, open the AI agents guide setup section

Next

GoalPage
Full setupAI agents guide
Product overviewAI Agents
Path B · ConsoleDone state
Path C · API onlyDone state