By mderk
Run interactive stateful multi-step workflows via local MCP server relay, handling user prompts and status updates in a loop until completion. Inspect run histories, timelines, and artifacts in a web dashboard. Test engine capabilities with guided tours and clean up old run directories by date or status.
npx claudepluginhub mderk/memento --plugin memento-workflowClean 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.
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
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
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
Automatic memory capture and injection for Claude Code via MCP Memory Service
Persistent memory system for Claude Code - seamlessly preserve context across sessions
No description provided.