Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cookbook-memory": {
"command": "python3",
"args": [
"-m",
"cookbook_memory",
"mcp"
],
"env": {
"MEMORY_STORE": "${CLAUDE_PROJECT_DIR}/.cookbook-memory"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
MEMORY_STORE=${CLAUDE_PROJECT_DIR}/.cookbook-memorynpx claudepluginhub kenhuangus/agent-memory-harness --plugin cookbook-memory