Agent Plugins Marketplace
All plugins

esment

v1.0.0-rc.1

Esment memory for your AI assistant — recall before you answer, save what matters.

CodexClaude CodeAgent Plugins1 Skill2 MCP serversstdio

By NotasAILicense: MIT0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex, 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 Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add esment@agent-plugin-marketplace

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

Compatibility: the page URL and API slug “esment-2” remain stable.

  • Codex: esment-2@agent-plugin-marketplaceesment@agent-plugin-marketplace

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

Plugin files

plugins/esment/
├── .codex-plugin/plugin.json
├── .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

Esmentstdio
command
/Applications/Esment.app/Contents/MacOS/esment-mcp
args
--config /Users/marcfurriols/.esment/config.toml
cwd
.
esmentstdio
command
/Applications/Esment.app/Contents/MacOS/esment-mcp
args
--config /Users/marcfurriols/.esment/config.toml

Plugin manifests3

plugins/esment/.codex-plugin/plugin.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",
  "license": "MIT",
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Esment",
    "shortDescription": "Your memory, across every assistant",
    "longDescription": "Esment keeps a personal, inspectable memory store and recalls it before you answer — recall, save, and manage what matters across ChatGPT, Codex, Cursor and more.",
    "developerName": "NotasAI",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "What do you know about me?",
      "Remember that I prefer to work in phases with commits"
    ],
    "brandColor": "#0F172A",
    "logo": "./assets/icon.png",
    "composerIcon": "./assets/icon.png"
  }
}
plugins/esment/.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": {
      "command": "/Applications/Esment.app/Contents/MacOS/esment-mcp",
      "args": [
        "--config",
        "/Users/marcfurriols/.esment/config.toml"
      ]
    }
  }
}
plugins/esment/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-2)