Dev Tools · 10h ago
Isolate Claude Code accounts with environment variables
A developer shows how to run two Claude Code accounts on one machine without sharing state. By setting separate CLAUDE_CONFIG_DIR values, personal and work accounts keep their own configs, MCP servers, and history. The approach uses shell functions to avoid accidental cross-contamination.
Meridian48 take
Practical tip for developers who need strict separation between personal and work AI assistants, though it means duplicating skills and settings across accounts.
claude-codedeveloper-tools