By mderk
Generate and maintain a project's Memory Bank—a living documentation system capturing tech stack, workflows, and knowledge—via AI agents that detect dependencies across Python/JS/Go/Ruby/Java/PHP, create/update docs with 3-way merges, import from URLs/files/text, fix broken links, check redundancy, and automate commits.
Analyze local modifications in Memory Bank files, compute hashes, and provide merge strategies
Analyze and report redundancy levels in markdown documentation files
Generate a comprehensive AI-friendly development environment for your project
Detect project tech stack (frameworks, databases, test frameworks, libraries) and output structured JSON
Validate Memory Bank links and fix broken references
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin marketplace containing two plugins that work together to generate and automate AI-friendly development environments.
Generates Memory Bank documentation, skills, and workflow automation for any project.
Commands: /memento:create-environment, /memento:update-environment, /memento:import-knowledge, /memento:optimize-memory-bank
See memento/README.md for full documentation, installation, and quick start.
Stateful MCP server for multi-step workflow automation with checkpoint/resume, interactive prompts, and parallel execution.
See memento-workflow/README.md for documentation.
# Add marketplace
/plugin marketplace add mderk/memento
# Install both plugins
/plugin install memento-marketplace@memento
/plugin install memento-marketplace@memento-workflow
The workflow engine can run as a standalone MCP server in any environment that supports the MCP protocol. Add to your MCP configuration:
{
"mcpServers": {
"memento-workflow": {
"type": "stdio",
"command": "uvx",
"args": [
"--directory", "${workspaceFolder}",
"--from", "git+https://github.com/mderk/memento#subdirectory=memento-workflow",
"memento-workflow-mcp"
]
}
}
}
See memento-workflow/README.md for details.
MIT License — see LICENSE file.
npx claudepluginhub mderk/memento --plugin mementoStateful workflow engine MCP server for multi-step automation
Stateful workflow engine MCP server for multi-step automation
Auto-capture high-signal coding context into memctl memory
Model Context Protocol (MCP) server integrations for enhanced capabilities
Claude Copilot — a framework of specialized agents, skills, commands, and hooks that give Claude persistent memory, expert methodology, and task tracking. Agents cover architecture (ta), engineering (me), QA (qa), service design (sd), DevOps (do), documentation (doc), and knowledge onboarding (kc).
Persistent memory for Claude Code sessions using Honcho
Persistent memory system for Claude Code with enforced context