✨ Why CCJK
- 30-second onboarding for Claude Code, Codex, MCP services, and browser automation
- Persistent project memory so your AI stops forgetting architecture and conventions
- Capability discovery + presets so recommended tools and permission profiles are easier to apply
- Smarter model + context usage to cut waste and keep long sessions usable
- Cloud sync and remote control so your setup follows you across devices
- Production-ready defaults with hardened config, validation, and safer automation
💡 What is CCJK?
The production layer on top of Claude Code, Codex, and the rest of your AI coding workflow:
- Manually configure Claude Code for 60+ minutes
- Repeat project context every conversation
- Pay 3x more tokens than necessary
- Lose configs when switching machines
+ One command setup in 30 seconds
+ AI remembers your entire codebase
+ 30-50% token cost reduction
+ Cloud sync across all devices
⚡ Quick Start
npx ccjk
export ANTHROPIC_API_KEY="sk-ant-..."
npx ccjk init --silent
npx ccjk boost
npx ccjk zc --preset dev
npx ccjk remote setup
npx ccjk mcp list
npx ccjk browser open https://example.com --headed
What just happened?
- ✅ Auto-detected your project type (React/Vue/Node/Python/Go/Rust/etc)
- ✅ Configured optimal MCP services for your stack
- ✅ Surfaced capability discovery hints and preset-friendly defaults
- ✅ Set up persistent memory (AI remembers your codebase)
- ✅ Enabled smart context compression (30-50% token reduction)
- ✅ Installed Agent Browser for seamless browser tasks
- ✅ Ready for cloud sync (optional)
Before CCJK:
❌ 60+ minutes manual configuration
❌ Repeat context every conversation
❌ High API costs
❌ Configs lost when switching machines
❌ Single-threaded AI execution
❌ Can't control Claude from mobile/web
❌ Insecure defaults in production
After CCJK:
✅ 30 seconds one-command setup
✅ AI remembers everything
✅ 30-50% lower costs
✅ Cloud sync across devices
✅ Parallel AI agents (Agent Teams)
✅ Remote control from any device (v11.1.1)
✅ Production-hardened security (v11.1.1)
🎯 Why Developers Love CCJK
| 😫 "Claude forgot my project structure" | 🧠 Persistent Memory | AI remembers everything across sessions |
| 💸 "My API bills are insane" | ⚡ Smart Compression | 30-50% token reduction |
| ⏰ "Setup takes forever" | 🔧 Minimal Config | 30 seconds, one command |
| 🧭 "I don't know what to enable" | 🧩 Capability Discovery + Presets | Recommended services and permission profiles |
| 🔄 "Lost my configs again" | ☁️ Cloud Sync | GitHub Gist / WebDAV / S3 |
| 🤖 "Need multiple AI agents" | 🎭 Agent Teams | One-click parallel execution |
| 📱 "Can't control Claude from my phone" | 🌐 Remote Control | Web/App control with one-command setup |
| 🔐 "Worried about production security" | 🛡️ Production-Grade Security | HTTPS enforcement, CORS hardening, secrets validation |
🏆 Built For Real Work
- Claude Code users who want setup done once, correctly
- Teams who need repeatable onboarding and shared conventions
- Power users who want memory, MCP, browser automation, and multi-agent workflows in one CLI
- API users who care about reducing token waste without losing context quality
🔥 Features That Matter
🧠 Persistent Memory
Manage Claude Code memory and project notes from the CLI.
ccjk memory
ccjk memory --edit
🤖 Agent Teams (NEW)
Parallel AI execution for complex tasks.
ccjk agent-teams --on
⚡ Smart Context Compression
Automatic conversation cleanup before hitting token limits.
- 30-50% token reduction (rule-based) or 40-60% (LLM-based)
- Zero manual intervention
- Preserves critical context
☁️ Cloud Sync
Your configs follow you everywhere.
ccjk cloud enable --provider github-gist
ccjk cloud enable --provider webdav
ccjk cloud enable --provider s3
🎯 Smart Skills
Auto-activated based on your workflow:
- Code Review — Catch bugs before production
- Security Audit — OWASP Top 10 scanning
- Performance — Identify bottlenecks
- Docs — Auto-generate from code
🔌 MCP Marketplace
One-click install for 50+ MCP services:
ccjk mcp install filesystem puppeteer postgres
🌐 Browser Automation (Out of the Box)
Use browser skills directly after install:
ccjk browser start https://example.com
ccjk browser status
ccjk browser stop
🌐 Remote Control (NEW in v11.1.1)
Control Claude Code from any device — browser, phone, or tablet.
ccjk remote setup
ccjk remote doctor
ccjk remote status
Supports both interactive and non-interactive (CI/CD) modes:
ccjk remote setup --non-interactive \
--server-url https://your-server.com \
--auth-token <token> \
--binding-code <code>
🛡️ Production-Grade Security (NEW in v11.1.1)
All config defaults are now hardened for real-world deployments:
- ✅ HTTPS enforcement — All service URLs require
https:// in production
- ✅ CORS hardening — Wildcard
* origins rejected in production
- ✅ Secret validation — Dev-default secrets (
dev-secret, dev-session-secret) blocked at startup
- ✅ Fail-fast boot — Server exits immediately on misconfiguration, no silent fallbacks
- ✅ Daemon config loading — Reads from
~/.ccjk/daemon.json, validates required fields
🔓 Zero-Config Permission Presets (NEW)
One-click permission configuration for different use cases:
ccjk zc --list
ccjk zc --preset max
ccjk zc --preset dev
ccjk zc --preset safe
Available Presets:
- max — All common commands, file operations, and MCP servers (100+ permissions)
- dev — Build tools, git, package managers, and file operations (50+ permissions)
- safe — Read-only commands, no file modifications (20+ permissions)
Each preset automatically:
- ✅ Backs up your current settings
- ✅ Merges with existing permissions (no data loss)
- ✅ Removes invalid/dangerous patterns
- ✅ Shows exactly what will be added
📖 Essential Commands
ccjk
ccjk init
ccjk init --silent
ccjk status
ccjk boost
ccjk zc --preset dev
ccjk agent-teams --on
ccjk at --status
ccjk cloud enable --provider github-gist
ccjk cloud sync
ccjk remote setup
ccjk remote setup --non-interactive --server-url <url> --auth-token <token> --binding-code <code>
ccjk remote doctor
ccjk remote status
ccjk mcp install <service>
ccjk mcp list
ccjk browser start <url>
ccjk browser status
ccjk browser stop
ccjk memory
ccjk memory --edit
ccjk zc --list
ccjk zc --preset max
ccjk zc --preset dev
ccjk zc --preset safe
npx ccjk u
npx ccjk sync
npx ccjk doctor
💬 What Developers Say
"CCJK cut my Claude Code setup from 2 hours to 30 seconds. Game changer."
— Senior Engineer at YC Startup
"The Agent Teams feature is insane. One agent writes code, another writes tests, simultaneously."
— Full-stack Developer
"Saved $200/month on API costs with the context compression alone."
— Indie Hacker
🌟 Why Star This Repo?
If CCJK saved you hours of setup time or cut your API costs, give us a star! ⭐
It helps other developers discover this tool and motivates us to keep improving it.
📖 Documentation
Visit docs/README.md for full documentation.
🤝 Contributing
We welcome contributions! Whether it's:
- 🐛 Bug reports
- 💡 Feature requests
- 📖 Documentation improvements
- 🔧 Code contributions
Check out our Contributing Guide to get started.
🙏 Acknowledgments
Built on top of:
Special thanks to all contributors and the 1000+ developers using CCJK daily.
⭐ Star History
If CCJK helped you, consider giving us a star!

📄 License
MIT © CCJK Contributors