Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"claude-mem": {
"command": "node",
"args": [
"memory/scripts/mcp-server.cjs"
],
"env": {
"NODE_ENV": "production",
"CLAUDE_MEM_DATA_DIR": "${HOME}/.claude-mem"
}
}
}
}Server configuration and connection parameters
node${CLAUDE_PLUGIN_ROOT:-$HOME/holyclaude}Command-line arguments passed to the server process
Environment variables set when the server starts
NODE_ENV=productionCLAUDE_MEM_DATA_DIR=${HOME}/.claude-memnpx claudepluginhub ajsai47/holyclaude