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)
KeysSplit across .agents/luno/{dev,stg,prod}.env
ScopePrefer full (or content / schema)
OpsList / create / publish entries and inspect schema from chat

Checklist

  • [ ] npx @luno-cms/mcp setup completed
  • [ ] Agent key (sk-agent-…) set via env 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.

  1. Run setup from your site repo root
bash
cd my-existing-site
npx @luno-cms/mcp setup
# → 1) Claude Code  2) Cursor  3) Codex
  1. 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
  1. Ask your agent: “List published entries in the blog form set”
  2. 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