Agent Plugins Marketplace
All plugins

esment

v1.0.0-rc.1

Esment memory — persistent, cross-assistant context.

Claude CodeAgent Plugins1 Skill2 MCP serversStreamable HTTP

By EsmentLicense: MIT0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 2, 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 esment for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install esment@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/NotasHQ/esment-plugins

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

Plugin files

plugins/esment-cloud/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/recall/SKILL.md
└── .mcp.json

Included Skills1

recallskills/recall/SKILL.md

Use the Esment memory tools before answering anything that depends on the user's identity, preferences, history, projects or past decisions.

MCP servers2

EsmentStreamable HTTP
url
https://mcp.esment.notas.ai/mcp
esmentStreamable HTTP
url
https://mcp.esment.notas.ai/mcp

Plugin manifests2

plugins/esment-cloud/.claude-plugin/plugin.json
{
  "name": "esment",
  "version": "1.0.0-rc.1",
  "description": "Esment memory — persistent, cross-assistant context.",
  "author": {
    "name": "Esment",
    "url": "https://esment.notas.ai"
  },
  "mcpServers": {
    "esment": {
      "type": "http",
      "url": "https://mcp.esment.notas.ai/mcp"
    }
  }
}
plugins/esment-cloud/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "esment",
  "version": "1.0.0-rc.1",
  "description": "Esment memory for your AI assistant — recall before you answer, save what matters.",
  "author": {
    "name": "NotasAI",
    "url": "https://esment.notas.ai"
  },
  "homepage": "https://esment.notas.ai",
  "repository": "https://github.com/NotasHQ/esment-plugins",
  "license": "MIT",
  "keywords": [
    "memory",
    "mcp",
    "context",
    "recall"
  ]
}

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

[esment on Agent Plugins Marketplace](https://pluginsmp.com/plugins/esment)