Customable Claude Code Plugin Marketplace
Find a file
2026-01-25 22:21:35 +00:00
.claude-plugin chore: update claude-mem to v3.0.4 2026-01-25 22:21:35 +00:00
README.md Initial marketplace setup 2026-01-21 19:04:50 +01:00

Customable Claude Plugins

Extended Claude Code plugins maintained by Customable.

Installation

Add the marketplace to Claude Code:

/plugin marketplace add https://git.customable.host/customable/claude-plugins.git

Then install plugins:

/plugin install claude-mem@customable-plugins

Available Plugins

claude-mem

Persistent memory across Claude Code sessions

Claude-Mem automatically captures observations, decisions, and discoveries from your coding sessions and injects relevant context into future sessions.

Features:

  • Automatic observation extraction via Claude Agent SDK
  • Vector search with Qdrant for semantic retrieval
  • Web viewer UI at localhost:37777
  • MCP server for natural language memory queries
  • Multi-platform support: Claude Code, Cursor, OpenCode

Documentation: mem.customable.host

Attribution

The claude-mem plugin is based on thedotmack/claude-mem, originally created by @thedotmack. This fork includes extended features:

  • Qdrant vector database support (in addition to Chroma)
  • OpenCode platform adapter
  • Enhanced Web UI with console logs viewer
  • Export/Import API endpoints
  • Network binding configuration (WORKER_BIND)
  • Various bug fixes and improvements

We are grateful to thedotmack for creating this excellent tool and making it open source under the MIT license.

License

MIT License - See individual plugin repositories for details.