PAPR Memory-Enhanced Claude CLI - An AI assistant with persistent memory that learns and remembers your conversations, preferences, and context.
π§ Persistent Memory - Remembers your conversations, preferences, and project context π― Targeted Context - Automatically loads relevant memories at session start π§ Vercel AI SDK Support - Specialized migration guidance for v4βv5 tool calling βοΈ Zero Configuration - One-command setup with sensible defaults π¨ Enhanced Interface - Beautiful ASCII art and organized context display
# Install globally
npm install -g @papr/cli
# Initialize PAPR with your API key (get it from dashboard.papr.ai)
papr init
# Start Claude with memory context
papr startInitialize PAPR with Claude CLI and memory hooks. Prompts for:
- PAPR Memory API key (get yours at dashboard.papr.ai)
Options:
-k, --api-key <key>- Provide API key directly-w, --workspace <id>- Set workspace ID
Launch Claude CLI with PAPR memory context loaded.
Options:
--no-memory- Start in clean mode without memory hooks
Check PAPR CLI configuration and dependencies.
Update memory hooks to the latest version.
Remove PAPR hooks and restore clean Claude CLI.
PAPR CLI v1.1.0+ includes a comprehensive workflow orchestration system with 4 specialized agents that coordinate feature development:
- Purpose: Manages conversation context and memory operations
- Capabilities: Searches previous conversations, saves important information, provides relevant context
- Automatic: Activates when conversations need historical context
- Purpose: Creates comprehensive Product Requirements Documents
- Capabilities: Researches memory for context, structures requirements, defines success metrics
- Usage: Automatically invoked for new feature requests, or manually with complex planning needs
- Purpose: Technical design and implementation planning
- Capabilities: Analyzes codebase patterns, creates technical architecture, breaks down features into tasks
- Repository Access: Full access to analyze local repositories with Read, Glob, and Grep tools
- Purpose: Coordinates multi-agent feature development workflows
- Capabilities: Detects workflow needs, manages agent handoffs, tracks progress in memory
- Intelligence: Distinguishes between new feature work and continuing existing projects
User Request β Workflow Orchestrator detects "new feature"
β
1. PRD Agent creates requirements (searches memory for context)
β
2. Architect Agent analyzes codebase & creates technical plan + tasks
β
3. Implementation follows task list (updates progress in memory)
User Request β Workflow Orchestrator detects "continue work"
β
1. Memory Agent finds existing PRD, architecture, and task progress
β
2. Resume implementation from current task status
β
3. Update progress in memory as work continues
New Feature Development:
- "implement", "create feature", "build", "add functionality"
- Complex requirements spanning multiple components
- Features requiring architectural decisions
Continuing Work:
- "continue", "keep working on", "update", "modify existing"
- References to specific features or components
- Bug fixes or enhancements to existing functionality
When you run papr start, you'll see:
βββββββ ββββββ βββββββ βββββββ
ββββββββββββββββββββββββββββββββ
ββββββββββββββββββββββββββββββββ
βββββββ βββββββββββββββ ββββββββ
βββ βββ ββββββ βββ βββ
βββ βββ ββββββ βββ βββ
Memory-Enhanced Claude CLI
π§ Session Context:
1. Memory: Your coding preferences and recent decisions...
2. Memory: Project priorities and workflow patterns...
π§ Vercel AI SDK v5 Tool Calling Migration:
1. Migration Guide: Breaking changes in tool definitions...
2. Code Examples: Updated function calling patterns...
---
PAPR CLI automatically searches your memory for:
-
General Context
- User preferences and coding goals
- Project priorities and workflow preferences
- Recent decisions and important context
- Settings, configurations, and patterns
-
Vercel AI SDK v5 Migration
- Tool calling migration guides
- Breaking changes in tool definitions
- API updates from v4 to v5
- Code examples and migration steps
- Node.js 16+
- Claude CLI (automatically installed)
- PAPR Memory API key
PAPR CLI creates/modifies ~/.claude/settings.json with:
{
"hooks": {
"SessionStart": [/* memory hooks */]
},
"env": {
"PAPR_MEMORY_API_KEY": "your-api-key",
"NEXT_PUBLIC_MEMORY_SERVER_URL": "https://memory.papr.ai",
"PAPR_WORKSPACE_ID": "your-workspace-id"
}
}Memory not loading?
papr status # Check configuration
papr init # Reconfigure if neededClaude CLI not found?
npm install -g @anthropics/claudeClean start without memory?
papr start --no-memoryGet your PAPR Memory API key at dashboard.papr.ai
- π Documentation: platform.papr.ai/docs
- π Issues: GitHub Issues
- π¬ Community: Discord
Made with β€οΈ by the PAPR team