By mderk
Create and manage stateful multi-step workflow automations with an MCP server, local dashboard for browsing runs and step timelines, cleanup of old runs, and interactive tour and relay execution capabilities.
Clean up old workflow state directories to free disk space
Open the workflow dashboard to browse runs, view artifacts, and compare workflow executions
Interactive tour of engine capabilities — demonstrates all 9 block types
Relay protocol for executing workflows via the memento-workflow MCP server. Load this skill before running any workflow.
Admin access level
Server config contains admin-level keywords
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.
AI-powered development environment generator with Memory Bank documentation system, specialized agents, and workflow automation
npx claudepluginhub mderk/memento --plugin memento-workflowAI-powered development environment generator with Memory Bank documentation system, specialized agents, and workflow automation
Claude Code integration for MCP Task Orchestrator — schema-aware context, note-driven workflow
Orchestrate complex workflows with DAG-based execution, parallel tasks, and run history tracking
Store, query, and create YAML workflow playbooks for LLM agents via MCP. STDIO or Streamable HTTP.
Expert skills for designing, building, and deploying Make.com automation scenarios — for Claude Code and other AI agents
Production-grade n8n workflow building skills. Pairs with the official n8n instance-level MCP server to teach Claude how to architect, validate, and ship workflows that work in production.