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.
npx claudepluginhub mderk/memento --plugin mementoAnalyze 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
Update Memory Bank files after tech stack changes or plugin updates with smart detection
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.
Stateful workflow engine MCP server for multi-step automation
Share bugs, ideas, or general feedback.
Auto-capture high-signal coding context into memctl memory
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Memory system for AI agents — capture, consolidate, and recall knowledge across sessions and machines
114 battle-tested skills for Claude Code. Session memory, git workflows, database migrations, security scanning, deployments, and more. Auto-trigger commands and project handoffs via markdown-based skills.
Persistent memory for Claude Code - store decisions, patterns, and context across sessions