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.
npx claudepluginhub mderk/memento --plugin memento-workflowAdd to your .mcp.json:
{
"mcpServers": {
"memento-workflow": {
"command": "uv",
"args": [
"run",
"--project",
"${CLAUDE_PLUGIN_ROOT}",
"memento-workflow-mcp"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv${CLAUDE_PLUGIN_ROOT}