@helene-ai/connect
v0.1.0
Published
One command to connect your CLI client (Claude Code, Cursor, Codex) to Helene.
Readme
@helene-ai/connect
One command to connect your CLI client to Helene.
npx -y @helene-ai/connect@latestIt detects your installed clients and points them at Helene's MCP endpoint — no token to copy. Each client signs in via OAuth on first use.
What it configures
| Client | How |
|---|---|
| Claude Code | claude mcp add --transport http --scope user helene <url> + appends Helene's directive to ~/.claude/CLAUDE.md |
| Cursor | adds helene to ~/.cursor/mcp.json (native remote URL) |
| Codex | adds [mcp_servers.helene] to ~/.codex/config.toml |
After it runs, finish the one printed step per client (e.g. Claude Code: /mcp
→ Authorize; Codex: codex mcp login helene).
Options
--client <id> Configure one only: claude-code | cursor | codex
--dry-run Show what would change; write nothing (alias: --print)
--yes, -y Skip the confirmation prompt
--help, -h Show helpSafe by design
- Tokenless — only a public
httpsURL is written; no secret ever touches disk. - Non-destructive — existing config is merged, not replaced, and backed up to
<file>.helene-bakbefore any change. - Idempotent — re-running is a no-op.
Run --dry-run first to preview.
