Runs locally for persistent memory management. Stores and retrieves data in a file specified by MEMORY_FILE_PATH to maintain state across sessions.
npx claudepluginhub aaione/everything-claude-code-zh --plugin everything-claude-codeAdd to your .mcp.json:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory@2026.1.26"
]
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
npxShare bugs, ideas, or general feedback.