cd /news/ai-agents/show-hn-memory-plugin-for-coding-age… · home topics ai-agents article
[ARTICLE · art-129118] src=github.com ↗ pub= topic=ai-agents verified=true sentiment=· neutral

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.

read1 min views1 publishedSep 14, 2026
Show HN: Memory plugin for coding agents that remembers your coding&chat history
Image: Michielbdejong (auto-discovered)

DeepMem 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 ) 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_...):

Get one at 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"
  }
}

Restart Claude Code, then check /mcp -deepmem should show connected.

── more in #ai-agents 4 stories · sorted by recency
── more on @deepmem 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-memory-plugi…] indexed:0 read:1min 2026-09-14 ·