From mnemos-memory
Local stdio MCP server named 'mnemos' running Python script run_mnemos_mcp.py as subprocess. Capabilities unclear from key and command alone.
npx claudepluginhub anthony-maio/mnemos --plugin mnemos-memoryAdd to your .mcp.json:
{
"mcpServers": {
"mnemos": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/.claude-plugin/run_mnemos_mcp.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
python