← Back to browse

memento-protocol

Indexed by io.github.myrakrusemark

About

Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.

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 varsMEMENTO_API_KEY MEMENTO_API_URL MEMENTO_WORKSPACE
Claude Code
claude mcp add --env MEMENTO_API_KEY= --env MEMENTO_API_URL= --env MEMENTO_WORKSPACE= memento-protocol -- npx memento-mcp
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":"memento-protocol","command":"npx","args":["memento-mcp"],"env":{"MEMENTO_API_KEY":"","MEMENTO_API_URL":"","MEMENTO_WORKSPACE":""}}'
JSON
{
  "mcpServers": {
    "memento-protocol": {
      "command": "npx",
      "args": [
        "memento-mcp"
      ],
      "env": {
        "MEMENTO_API_KEY": "",
        "MEMENTO_API_URL": "",
        "MEMENTO_WORKSPACE": ""
      }
    }
  }
}

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