npx claudepluginhub mderk/mementoAI-powered development environment generator with Memory Bank documentation system, specialized agents, and workflow automation
Stateful workflow engine MCP server for multi-step automation
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Share bugs, ideas, or general feedback.
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.