Stats
Actions
Tags
From memento-workflow
memento-workflow MCP server runs locally as a Python subprocess via uv from the memento-workflow-mcp project. Capabilities unclear from configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memento-workflow": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"memento-workflow-mcp"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uv${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
npx claudepluginhub mderk/memento --plugin memento-workflow