← Back to Plugins
MCP Server MCP

YourMemory

github By github 👁 1 views ▲ 0 votes

Persistent memory for AI agents. Memories decay with time and strengthen on recall.

Homepage Verified source GitHub

Install

uvx yourmemory

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "yourmemory",
      "version": "1.4.18",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to utf-8 to ensure correct text encoding on all platforms.",
          "format": "string",
          "name": "PYTHONIOENCODING"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...