
记忆腌制
STDIOAI代理项目管理和会话记忆工具
AI代理项目管理和会话记忆工具
Project management and session memory for AI agents. Provides 13 comprehensive MCP tools for tracking projects, tasks, and context during AI coding sessions.
for kilo , cline , roo perform best with code mode your agent will not lose track. there are some struggle with HITL
{ "mcpServers": { "memory-pickle": { "command": "npx", "args": ["-y", "@cabbages/memory-pickle-mcp"] } } }
Extensively Tested & Optimized For:
Additional Support:
Memory-Only Storage Architecture:
13-Tool Comprehensive System:
# Create parent task create_task: title: "Build Authentication System" priority: "high" # Create subtasks create_task: title: "Implement login API" parent_id: "task_123" # Links to parent create_task: title: "Add password reset flow" parent_id: "task_123"
# Comprehensive task updates update_task: task_id: "task_123" progress: 75 notes: ["API endpoints complete", "Working on validation"] blockers: ["Waiting for security review", "Database schema pending"] completed: false
# Store critical decisions remember_this: content: "Switched from JWT to session cookies for security" importance: "critical" project_id: "proj_auth" # Search by importance level recall_context: query: "security decision" importance: "critical" limit: 5
# Generate clean transition summary generate_handoff_summary: format: "detailed" project_id: "current" # Export for permanent storage export_session: format: "markdown" include_handoff: true raw_markdown: true # Clean output for processing
recall_state
to refresh context{ "mcpServers": { "memory-pickle-dev": { "command": "node", "args": ["build/index.js"], "cwd": "/path/to/your/memory-pickle-mcp" } } }
{ "mcpServers": { "memory-pickle-pre": { "command": "npx", "args": ["-y", "@cabbages-pre/memory-pickle-mcp-pre@latest"] } } }
npx -y @cabbages/memory-pickle-mcp
Use @latest
flagnode --version
generate_handoff_summary
before ending sessionsexport_session
Current Version: 1.3.9
Recent Changes:
Apache 2.0 - See LICENSE for details