Stats
Actions
Tags
From SuperLocalMemory
Provides local persistent memory for Claude Code, enabling storage and retrieval of data across sessions via a data directory and profile configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"superlocalmemory": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/slm-launch",
"env": {
"SLM_DATA_DIR": "${CLAUDE_PLUGIN_DATA}",
"SLM_MCP_PROFILE": "code"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/slm-launchEnvironment variables set when the server starts
SLM_DATA_DIR=${CLAUDE_PLUGIN_DATA}SLM_MCP_PROFILE=codenpx claudepluginhub qualixar/superlocalmemory --plugin superlocalmemory