Path A · Agents (MCP) — Done state
In about 5 minutes you can operate LUNO from your site repo via an agent.
What you have
| Item | State |
|---|---|
| MCP | Connected in Cursor / Claude Code / Codex (Verified) |
| Keys | Split across .agents/luno/{dev,stg,prod}.env |
| Scope | Prefer full (or content / schema) |
| Ops | List / create / publish entries and inspect schema from chat |
Checklist
- [ ]
npx @luno-cms/mcp setupcompleted - [ ] Agent key (
sk-agent-…) set viaenv set-key - [ ] “List published blog entries” returns a real response
- [ ] (Optional) Public structure readable via
llms.txt
Do this now
Follow in order to reach the done state.
- Run setup from your site repo root
bash
cd my-existing-site
npx @luno-cms/mcp setup
# → 1) Claude Code 2) Cursor 3) Codex- Create a key in Console Settings → Agent API keys, then store it
bash
npx @luno-cms/mcp env set-key stg 'sk-agent-…'
npx @luno-cms/mcp env switch stg
npx @luno-cms/mcp env status- Ask your agent: “List published entries in the blog form set”
- If stuck, open the AI agents guide setup section
Next
| Goal | Page |
|---|---|
| Full setup | AI agents guide |
| Product overview | AI Agents |
| Path B · Console | Done state |
| Path C · API only | Done state |