Open-source multi-account manager for Claude CLI enables profile switching

What claude-multi-account does
This open-source CLI tool solves the limitation of Claude CLI storing everything in a single ~/.claude/ directory, which locks users to one account at a time. It provides unlimited isolated profiles with shared settings.
Key features
- Isolated profiles — each account gets its own config directory
- Shared MCP servers & settings — define once, auto-applied to all accounts
- Global CLAUDE.md — instructions and skills that work across every account
- Plugins & marketplace — manage plugins globally or per-account
- Direct launch — run
claude-workorclaude-personaldirectly from terminal - Local backup/restore — timestamped archives with one click
- Cloud backup/restore — sync all profiles to cloud, restore on any machine
- Export/import — transfer profiles between machines as a single token
- Auto dependency detection — installs missing deps on first run
Installation options
Multiple installation methods are available:
npm install -g @ghackk/multi-claudepip install multi-claudebrew install ghackk/tap/multi-claudescoop install multi-claude- One-liner:
curl -fsSL https://raw.githubusercontent.com/ghackk/claude-multi-account/master/install.sh | bash
The tool works on Windows, Linux, macOS, and Termux.
Who it's for
Developers who need to switch between work and personal Claude accounts without logging out each time.
📖 Read the full source: r/ClaudeAI
👀 See Also

Merlin: Local-first LLM context dedup – measure up to 71% chunk overlap, free & open-core
Merlin is a local-first context dedup tool that measured 22-71% chunk overlap across 22M passages from real agent/RAG sessions. Ships as HTTP proxy (Ollama/vLLM/SGLang/llama.cpp), MCP server (Claude/Cursor/OpenClaw), or standalone CLI. MIT open-core with daily usage caps.

Claude Code adds agent team-based review system in research preview
Claude Code now includes a thorough code review system modeled on Anthropic's internal process, using agent teams. The feature is available in research preview.

git-prism v0.9.0: Give AI Coding Agents Structured Diffs via MCP
git-prism is an MCP server that replaces raw git diff text with structured JSON for AI coding agents. v0.9.0 intercepts git calls at the PATH layer, catching subprocess and gh commands.

Real-time stock analysis added to Claude Desktop via MCP server
A developer built an MCP server called agent-toolbelt that adds real-time stock analysis capabilities to Claude Desktop and Claude Code, providing live data for investment analysis instead of Claude's training data guesses.