Agent Plugins Marketplace
All plugins

claude-mem-cowork

v0.1.3

Claude-Mem for Cowork: captures tool use via hooks, streams fragments to cmem.ai (Pro runs the observer), and injects observations back into new sessions and spawned agents.

Claude Code2 Skills

By CMEM, Inc.License: PolyForm-Noncommercial-1.0.091.9k GitHub starsUpdated 17 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-mem-cowork@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/thedotmack/claude-mem

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cowork/.

Plugin files

cowork/
├── .claude-plugin/plugin.json
├── skills/mem-search/SKILL.md
└── skills/mem-setup/SKILL.md

Included Skills2

mem-searchskills/mem-search/SKILL.md

This skill should be used when the user asks to "search memory", "what do you remember about X", "check claude-mem", "mem search", "find past observations", "what did we do last session", or wants prior-session context about a project, decision, file, or task. Searches the user's Claude-Mem (cmem.ai) memory.

mem-setupskills/mem-setup/SKILL.md

This skill should be used when the user asks to "set up claude-mem", "pair claude-mem", "connect cmem", "add my cmem key", "set up cloud sync in Cowork", or provides cmem.ai Connect values (sync token, user id, SyncHub URL) for this plugin. Configures the claude-mem-cowork plugin credentials.

Plugin manifests1

cowork/.claude-plugin/plugin.json
{
  "name": "claude-mem-cowork",
  "version": "0.1.3",
  "description": "Claude-Mem for Cowork: captures tool use via hooks, streams fragments to cmem.ai (Pro runs the observer), and injects observations back into new sessions and spawned agents.",
  "author": {
    "name": "CMEM, Inc."
  },
  "homepage": "https://cmem.ai",
  "repository": "https://github.com/thedotmack/claude-mem",
  "license": "PolyForm-Noncommercial-1.0.0",
  "keywords": [
    "memory",
    "claude-mem",
    "cmem",
    "observations",
    "cowork"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[claude-mem-cowork on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-mem-cowork)