memento

skill
Security Audit
Warn
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 27 GitHub stars
Code Warn
  • process.env — Environment variable access in memento-pi/src/config.ts
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

An AI-Powered Development Environment generator and workflows

README.md

Memento Marketplace

A Claude Code plugin marketplace containing two plugins that work together to generate and automate AI-friendly development environments.

Plugins

memento — AI-Powered Development Environment

Generates Memory Bank documentation, skills, and workflow automation for any project.

  • Memory Bank — structured docs (guides/, workflows/, patterns/)
  • Skills & Commands — commit, code review, develop, test runner, design reviewer
  • Workflow Automation — PRD → Spec → Protocol → Implementation pipeline
  • Tech Stack Agnostic — works with any backend/frontend/database combination

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.

memento-workflow — Workflow Engine

Stateful MCP server for multi-step workflow automation with checkpoint/resume, interactive prompts, and parallel execution.

  • 9 block types — shell, prompt, LLM, group, parallel, loop, retry, conditional, subworkflow
  • Durable checkpointing — resume interrupted workflows
  • Relay protocol — Claude Code drives execution via MCP tools

See memento-workflow/README.md for documentation.

Installation

Claude Code (plugin marketplace)

# Add marketplace
/plugin marketplace add mderk/memento

# Install both plugins
/plugin install memento-marketplace@memento
/plugin install memento-marketplace@memento-workflow

Standalone MCP (Cursor, Windsurf, etc.)

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.

License

MIT License — see LICENSE file.

Links

Reviews (0)

No results found