← Back to Plugins
MCP Server MCP

io.github.myrakrusemark/memento-protocol

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "memento-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Memento Protocol API key (get one at https://hifathom.com/projects/memento)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MEMENTO_API_KEY"
        },
        {
          "description": "API URL for Memento Protocol SaaS",
          "isRequired": true,
          "format": "string",
          "name": "MEMENTO_API_URL"
        },
        {
          "description": "Your workspace name",
          "isRequired": true,
          "format": "string",
          "name": "MEMENTO_WORKSPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...