Install
1
Install the plugin$
npx claudepluginhub michael-denyer/memory-mcpWant just this hook?
Add to a custom plugin, then install with one command.
Source
Defined inline in plugin.json manifest
Configuration
{
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "memory-mcp-cli log-response"
}
],
"matcher": ""
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "memory-mcp-cli pre-compact"
}
],
"matcher": ""
}
],
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "memory-mcp-cli bootstrap --quiet"
}
],
"matcher": ""
}
]
}Summary
{
"riskFlags": {
"touchesBash": false,
"matchAllTools": false,
"touchesFileWrites": false
},
"typeStats": {
"command": 3
},
"eventStats": {
"Stop": 1,
"PreCompact": 1,
"SessionStart": 1
},
"originCounts": {
"absolutePaths": 0,
"pluginScripts": 0,
"projectScripts": 0
},
"timeoutStats": {
"commandsWithoutTimeout": 3
}
}Stats
Stars3
Forks1
Actions