1. Generate an API key
- Sign in to Naridon
- Go to Settings → API Keys
- Click Generate API Key
- Pick the scopes you need (start with read-only if unsure)
- Copy the key — it starts with
nrd_. You only see it once.
2. Add Naridon to your AI tool’s MCP config
- Claude Code (global)
- Claude Code (project)
- Cursor
- Windsurf
- Claude Desktop
Edit
~/.claude.json:3. Restart your AI tool
The MCP server is started fresh each time the tool launches. After saving your config, fully quit and reopen the tool.4. Verify
Ask the tool:“Call the whoami tool.”You should get back your shop name, plan, and the scopes the key has.
Environment variables
| Variable | Required | Default | Description |
|---|---|---|---|
NARIDON_API_KEY | Yes | — | Per-shop API key. Starts with nrd_. |
NARIDON_API_URL | No | https://app.naridon.com/api/v1 | API base URL. Override for staging. |
NARIDON_SHOP_ID | No | (resolved from key) | Override the shop the key resolves to. Only for multi-shop keys. |