@doriku/cli
v0.1.1
Published
Doriku CLI - Setup MCP configuration and Claude Code hooks
Maintainers
Readme
@doriku/cli
Set up Doriku MCP configuration and Claude Code hooks in one command.
Installation
npx @doriku/cli setupOr install globally:
npm install -g @doriku/cli
doriku setupQuick Start
- Sign in at doriku.io/console and create an API key
- Run the setup command:
npx @doriku/cli setup- Enter your API key when prompted — done! Your AI tools can now sync via Doriku.
Non-Interactive Mode
npx @doriku/cli setup --token drk_live_your_key_here --yesCLI Options
Usage: doriku <command> [options]
Commands:
setup Configure MCP and Claude Code hooks
Options:
--token <key> API key (drk_live_...)
--yes, -y Non-interactive mode (accept all defaults)
--skip-hooks Skip Claude Code hook installation
--skip-test Skip connection test
-d, --dir <path> Target directory for .mcp.json (default: cwd)
--api-url <url> API base URL (default: https://api.doriku.io)
--help, -h Show help
--version, -v Show versionWhat It Does
- MCP Configuration — Writes
.mcp.jsonwith your Doriku server config (merges with existing servers) - Claude Code Hooks — Installs hooks in
~/.claude/settings.jsonfor automatic task sync - Connection Test — Verifies your API key works against the Doriku API
Links
License
MIT
