YourMemory✓
io.github.sachitrafa/yourmemory · v1.4.18
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sachitrafa/yourmemory",
"description": "Persistent memory for AI agents. Memories decay with time and strengthen on recall.",
"title": "YourMemory",
"repository": {
"url": "https://github.com/sachitrafa/YourMemory",
"source": "github"
},
"version": "1.4.18",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}