Project management and session memory for AI agents. Provides 9 MCP tools for tracking projects, tasks, and context during chat sessions. Improves agent workflow precision by maintaining structured context and eliminating repetitive explanations.
Pure session memory with fast performance. Agents stay focused and efficient by referencing your ongoing work and priorities.
9 MCP tools for project management, task tracking, and session memory. Use handoff summaries for session continuity.
Pure session memory - data exists only while chatting.
Creates tasks when you mention things to do. Shows progress with completion percentages.
Get summaries to continue work in new chats. Seamless session transitions.
Complete toolkit for project management, task tracking, session memory, and session handoffs.
Add Memory Pickle MCP to your agent configuration and instantly improve workflow precision. Your agent will maintain structured context, eliminate repetitive explanations, and stay focused on your priorities.
Pro tip : just mention "pickle" in conversations for optimal results. or say "handoff" to get session summaries.
Need help? Check our installation guide or report issues on GitHub.
1{
2 "mcpServers": {
3 "memory-pickle": {
4 "command": "npx",
5 "args": [
6 "-y",
7 "@cabbages/memory-pickle-mcp"
8 ]
9 }
10 }
11}