Loading MCP server directory, please wait...
Persistent memory for AI agents. Memories decay with time and strengthen on recall.
npx @getmcp/cli add io.github.sachitrafa/yourmemoryRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sachitrafa/yourmemory": {
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": ""
}
}
}
}