npx claudepluginhub agentic-box/memora --plugin memoraAdd to your .mcp.json:
{
"mcpServers": {
"memora": {
"command": "memora-server",
"env": {
"MEMORA_DB_PATH": "~/.local/share/memora/memories.db",
"MEMORA_GRAPH_PORT": "8765",
"MEMORA_ALLOW_ANY_TAG": "1"
}
}
}
}memora-serverMEMORA_DB_PATH=~/.local/share/memora/memories.dbMEMORA_GRAPH_PORT=8765MEMORA_ALLOW_ANY_TAG=1