YourMemory
Rank #4,239io.github.sachitrafa/yourmemory
Persistent memory for AI agents. Memories decay with time and strengthen on recall.
YourMemory is a Model Context Protocol (MCP) server published by sachitrafa. It ranks #4,239 of 132,046 servers tracked on MCP Toplist, and its repository has 269 GitHub stars. YourMemory is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 7 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on May 2, 2026.
Ranks ahead of 127,807 of 132,046 servers on MCP Toplist.
Use YourMemory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yourmemory -e "PYTHONIOENCODING=<your PYTHONIOENCODING>" -- uvx yourmemoryReplace each placeholder with your own value before saving.
[mcp_servers.yourmemory]
command = "uvx"
args = ["yourmemory"]
[mcp_servers.yourmemory.env]
PYTHONIOENCODING = "<your PYTHONIOENCODING>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourmemory": {
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourmemory": {
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yourmemory": {
"type": "stdio",
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourmemory": {
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yourmemory": {
"command": "uvx",
"args": [
"yourmemory"
],
"env": {
"PYTHONIOENCODING": "<your PYTHONIOENCODING>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sachitrafa%2Fyourmemory)<a href="https://mcptoplist.com/server/io.github.sachitrafa%2Fyourmemory"><img src="https://mcptoplist.com/badge/io.github.sachitrafa%2Fyourmemory.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
sachitrafa
Available versions (7)
| Version | Published |
|---|---|
| 1.4.18 | May 2, 2026 |
| 1.4.15 | May 2, 2026 |
| 1.4.14 | May 2, 2026 |
| 1.0.2 | Mar 23, 2026 |
| 1.0.1 | Mar 3, 2026 |
| 1.0.0 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains YourMemory?
- YourMemory is maintained by sachitrafa, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is YourMemory listed on the Official MCP Registry?
- Yes — YourMemory is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does YourMemory have?
- MCP Toplist tracks 7 versions of YourMemory, most recently published on May 2, 2026.
- Where can I find the source code for YourMemory?
- The source code for YourMemory is hosted at github.com/sachitrafa/yourmemory.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.