Skip to content

xm1000z/esment

v1.0.0-rc.1MIT

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

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

Esmentstdio
{
  "type": "stdio",
  "command": "/Applications/Esment.app/Contents/MacOS/esment-mcp",
  "args": [
    "--config",
    "/Users/marcfurriols/.esment/config.toml"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$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/esment/esment",
  "license": "MIT",
  "keywords": [
    "memory",
    "mcp",
    "context",
    "recall"
  ]
}