Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepMem Claude Code Plugin

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/.

Install

Claude Code

/plugin marketplace add deepmemteam/deepmem-claude-plugin
/plugin install deepmem@deepmem

Cursor

Settings -> MCP -> Add new MCP server, or ~/.cursor/mcp.json:

{
  "mcpServers": {
    "deepmem": {
      "url": "https://deepmem.dev/mcp",
      "headers": { "Authorization": "Bearer ${env:DEEPMEM_API_KEY}" }
    }
  }
}

Configure

The plugin needs a DeepMem cloud API key (dm_live_...):

  1. 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"
      }
    }
  3. Restart Claude Code, then check /mcp - deepmem should show connected.

Tools

  • deepmem_write - store conversation facts (LLM-extracted, embedded, persisted)
  • deepmem_search - hybrid semantic search over stored memories

Links

About

DeepMem plugin for Claude Code - persistent semantic memory via MCP

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors