esment
v1.0.0-rc.1Esment memory — persistent, cross-assistant context.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install esment@agent-plugin-marketplacePaste 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-pluginsClone 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
├── .claude-plugin/plugin.json├── plugin.json├── skills/recall/SKILL.md└── .mcp.json
Included Skills1
Use the Esment memory tools before answering anything that depends on the user's identity, preferences, history, projects or past decisions.
MCP servers2
- url
- https://mcp.esment.notas.ai/mcp
- url
- https://mcp.esment.notas.ai/mcp
Plugin manifests2
{
"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"
}
}
}{
"$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"
]
}For maintainers
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)