We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WhenMoon-afk/claude-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
hooks.json•820 B
{
"hooks": {
"SessionStart": [
{
"matcher": "startup|resume",
"hooks": [
{
"type": "prompt",
"prompt": "Memory plugin ready. Use memory_recall to search past learnings, decisions, and preferences. Memories persist across sessions.",
"async": true
}
]
}
],
"Stop": [
{
"matcher": ".*",
"hooks": [
{
"type": "prompt",
"prompt": "Before ending this session, consider if any important decisions, learnings, or preferences should be remembered. Use memory_store to save them for future sessions. Focus on: architectural decisions, user preferences, project-specific patterns, debugging solutions, and workflow insights."
}
]
}
]
}
}