← Back to browse

mnemo

Indexed by io.github.DanceNitra

About

Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMNEMO_PATH MNEMO_ECHO_GUARD MNEMO_EMBED_URL MNEMO_EMBED_MODEL
Claude Code
claude mcp add --env MNEMO_PATH= --env MNEMO_ECHO_GUARD= --env MNEMO_EMBED_URL= --env MNEMO_EMBED_MODEL= mnemo -- uvx agora-mnemo
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mnemo","command":"uvx","args":["agora-mnemo"],"env":{"MNEMO_PATH":"","MNEMO_ECHO_GUARD":"","MNEMO_EMBED_URL":"","MNEMO_EMBED_MODEL":""}}'
JSON
{
  "mcpServers": {
    "mnemo": {
      "command": "uvx",
      "args": [
        "agora-mnemo"
      ],
      "env": {
        "MNEMO_PATH": "",
        "MNEMO_ECHO_GUARD": "",
        "MNEMO_EMBED_URL": "",
        "MNEMO_EMBED_MODEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.