Stats
Actions
Tags
From claude-mem
Local MCP server that adds memory search capabilities to Claude Code, allowing retrieval of information from past conversations via a running Node.js process.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"claude-mem-search": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/search-server.js"
}
}
}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/search-server.jsFirst indexed Dec 8, 2025
First indexed Dec 8, 2025
npx claudepluginhub Sceleratis/claude-code-stuff --plugin claude-mem