feat: Remote Worker Architecture (Docker/Cloud Deployment) #69
Labels
No labels
good first issue
has-pr
help wanted
idea
priority
critical
priority
high
priority
low
priority
medium
status
blocked
status
in-progress
status
needs-review
status
ready
type
bug
type
docs
type
enhancement
type
feature
type
refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
customable/claude-mem#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Enable running the claude-mem worker remotely (Docker, cloud, or external server) while only requiring minimal local components for hook interception.
Current Architecture
Proposed Architecture
Benefits
Implementation Plan
Phase 1: Remote Worker Support
CLAUDE_MEM_REMOTE_URLsetting (e.g.,https://claude-mem.company.com)CLAUDE_MEM_REMOTE_TOKENfor authenticationPhase 2: Thin Client Mode
Phase 3: Docker Support
Dockerfilefor worker servicedocker-compose.ymlwith worker + chroma + optional postgresPhase 4: Authentication & Security
Configuration Example
Docker Compose Example
Related Issues