A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.
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
A command-line tool to fetch Google Calendar schedules and convert them into custom prompts or text snippets using a template engine.
A server for interacting with the Hyperweb platform and its tools using AI agents.
Interact with the DeepWriter API, an AI-powered writing assistant.
Read, create, update and delete Google Keep notes.
Interact with Planka, a Trello-like kanban board, to manage projects, boards, and cards. Requires Planka server URL and credentials.
A todo management system designed for coordinating tasks across multiple projects, utilizing MongoDB and MQTT.
Interact with your local Obsidian vault using a REST API.
A multi-model agent for managing tasks across various platforms, requiring API keys for different AI models.
Convert Markdown files to high-quality, print-ready PDFs using LaTeX.
Provides access to a specific user's memories from the Omi app.