Show HN: Memory plugin for coding agents that remembers your coding&chat history DeepMem launched a plugin for Claude Code and Cursor that provides persistent, semantically searchable memory across coding sessions, distributed through the Claude Code plugin marketplace and the Open Plugins manifest standard. The plugin exposes two MCP tools, deepmem_write for storing LLM-extracted conversation facts and deepmem_search for hybrid semantic search, and requires a DeepMem cloud API key prefixed dm_live_ obtained from deepmem.dev. Installation runs via the command /plugin marketplace add deepmemteam/deepmem-claude-plugin followed by /plugin install deepmem@deepmem, with source hosted at github.com/deepmemteam/deepmem. DeepMem https://deepmem.dev as a Claude Code plugin - persistent, semantically searchable memory across all your Claude Code sessions. This repo is dual-standard: - Open Plugins agent-plugins.org https://agent-plugins.org manifest at the root plugin.json + mcp.json - for Cursor's plugin scanner and any Open Plugins-compatible client. - Claude Code plugin marketplace under .claude-plugin/ + plugins/ . /plugin marketplace add deepmemteam/deepmem-claude-plugin /plugin install deepmem@deepmem Settings - MCP - Add new MCP server, or ~/.cursor/mcp.json : { "mcpServers": { "deepmem": { "url": "https://deepmem.dev/mcp", "headers": { "Authorization": "Bearer ${env:DEEPMEM API KEY}" } } } } The plugin needs a DeepMem cloud API key dm live ... : 1. Get one at https://deepmem.dev https://deepmem.dev sign up - dashboard - create key 2. Run /deepmem:setup and follow the prompts, or manually add to ~/.claude/settings.json : { "env": { "DEEPMEM API KEY": "dm live xxx" } } 3. Restart Claude Code, then check /mcp - deepmem should show connected. - deepmem write - store conversation facts LLM-extracted, embedded, persisted - deepmem search - hybrid semantic search over stored memories - Cloud: https://deepmem.dev https://deepmem.dev - Source: https://github.com/deepmemteam/deepmem https://github.com/deepmemteam/deepmem