Memory Pickle MCP

by justar96

Not rated
GitHub

About

A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.

Details

Author
justar96
Categories
Productivity, AI, Project Management, Other

Setup

Install Memory Pickle MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/justar96/memory-pickle-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

A project management and session memory tool for AI agents to track projects, tasks, and context during chat sessions.

Local CLI that turns a coding goal into ranked, token-budgeted repository context for AI agents.

agent → shell → codesmell JSON → agent reasoning

No daemon. No MCP. No network. Reads the local checkout, writes.codesmell/cache, exits.

codesmell pack --root . --goal "fix refresh token bug" --budget 12000 --format json

All commands support--format json(agent contract) or plain terminal output (omit the flag).

--format jsonemits exactly one JSON object on stdout (schema_version: "codesmell.agent.v1"). Diagnostics go to stderr.

Key fields:status,confidence,budget,coverage,guidance,evidence,findings,risks,test_hints,redactions,recommended_next.

- ok— actionable evidence, proceed.
- partial— evidence with caveats; run a follow-up before broad edits.
- needs_refinement— goal too broad; narrow viarecommended_next.
- error— no evidence; checkwarnings.

Secrets are redacted before output. Only counts and kinds are reported — never raw values.

crates/ codesmell-cli clap commands, JSON/human output codesmell-core domain types, config, errors codesmell-facts language-neutral fact model, AST cache schema codesmell-engine shared workspace analysis orchestration codesmell-scan gitignore-aware walking, classification, fingerprints codesmell-parse tree-sitter parsing, symbol/import extraction codesmell-index lexical ranking, BM25-style scoring codesmell-pack context budgeting, redaction, evidence selection codesmell-review diff analysis, findings, test-plan

Rust is the only tree-sitter-parsed language today. Other languages are scanned and ranked lexically.

cargo build --workspace cargo test cargo fmt --check cargo clippy --all-targets -- -D warnings
cargo run -p codesmell-cli -- pack --root . --goal "fix bug" --budget 12000 --format json

Test fixture:tests/fixtures/rust-basic. Integration tests synthesize ignored files, secrets, staged changes, renames, and mixed-language scenarios in temp repos.

Large-repo smoke (optional, ignored by default):

scripts/clone-bun-test-repo.sh cargo test -p codesmell-cli core_commands_smoke_run_on_ignored_bun_test_repo -- --ignored

Design and roadmap details live indocs/:

- IDEA.md— product vision and positioning
-
AST_ENGINE_DESIGN.md— engine internals and tree-sitter strategy
-
ROADMAP.md— milestone tracking
-
TGREP_DESIGN.md— tgrep relation-search design
-
TGREP_ROADMAP.md— tgrep milestones

Interact with task, doc, and project data in Dart, an AI-native project management tool

Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.

Provides AI assistants with advanced task management and memory capabilities using local JSON file storage.

Portable, cloud-hosted AI memory you own - structured memories, tasks, goals, and notes that work across Claude, ChatGPT, Gemini, and any MCP client.

A Python monorepo for AI-powered project management and productivity servers, utilizing the Claude API.

Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers

An intelligent task management system based on MCP, providing an efficient programming workflow framework for AI Agents with an optional web-based GUI.

Minimal project management for teams and AI agents.

Manages AI session handoffs and tracks next steps for projects.

AI project manager for Claude. Plain markdown, local-first workspace. 11 tools for projects, tasks, sessions, and notes. Install with: npx recap-mcp init

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.