Memory Pickle MCP
JSON →A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.
Install
npx -y @cabbages/memory-pickle-mcp` Tools · 12
- recall_state Recall the current state of the session, including active project and tasks
- list_tasks List all tasks in the current session
- get_project_overview Get an overview of the current project
- get_task_details Get detailed information about a specific task
- create_project Create a new project
- create_task Create a new task, optionally as a subtask of a parent task
- update_task Update a task's progress, notes, blockers, or completion status
- switch_context Switch the active project context
- remember_this Store a piece of information with importance level for later recall
- recall_context Search stored memories by query and importance level
- export_session Export the current session data in markdown format
- generate_handoff_summary Generate a clean transition summary for session handoff
Links
★ 21 GitHub stars