Memento
Rank #9,149com.runmemento/memento
Local-first, LLM-agnostic memory layer for AI assistants.
Memento is a Model Context Protocol (MCP) server published by veerps57. It ranks #9,149 of 132,046 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. Memento is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 9 tracked versions. It was first listed on Apr 27, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 122,897 of 132,046 servers on MCP Toplist.
Use Memento
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memento -e "MEMENTO_DB=<your MEMENTO_DB>" -- npx -y @psraghuveer/memento serveReplace each placeholder with your own value before saving.
[mcp_servers.memento]
command = "npx"
args = ["-y", "@psraghuveer/memento", "serve"]
[mcp_servers.memento.env]
MEMENTO_DB = "<your MEMENTO_DB>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memento": {
"command": "npx",
"args": [
"-y",
"@psraghuveer/memento",
"serve"
],
"env": {
"MEMENTO_DB": "<your MEMENTO_DB>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memento": {
"command": "npx",
"args": [
"-y",
"@psraghuveer/memento",
"serve"
],
"env": {
"MEMENTO_DB": "<your MEMENTO_DB>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"memento": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@psraghuveer/memento",
"serve"
],
"env": {
"MEMENTO_DB": "<your MEMENTO_DB>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memento": {
"command": "npx",
"args": [
"-y",
"@psraghuveer/memento",
"serve"
],
"env": {
"MEMENTO_DB": "<your MEMENTO_DB>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memento": {
"command": "npx",
"args": [
"-y",
"@psraghuveer/memento",
"serve"
],
"env": {
"MEMENTO_DB": "<your MEMENTO_DB>"
}
}
}
}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/com.runmemento%2Fmemento)<a href="https://mcptoplist.com/server/com.runmemento%2Fmemento"><img src="https://mcptoplist.com/badge/com.runmemento%2Fmemento.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
veerps57
Available versions (9)
| Version | Published |
|---|---|
| 0.9.2 | May 17, 2026 |
| 0.9.1 | May 17, 2026 |
| 0.9.0 | May 17, 2026 |
| 0.8.0 | May 17, 2026 |
| 0.7.3 | May 15, 2026 |
| 0.7.2 | May 15, 2026 |
| 0.7.1 | May 15, 2026 |
| 0.7.0 | May 15, 2026 |
| 0.6.3 | May 14, 2026 |
Frequently asked questions
- Who maintains Memento?
- Memento is maintained by veerps57, which publishes 1 MCP server (9 total versions) tracked on MCP Toplist.
- Is Memento listed on the Official MCP Registry?
- Yes — Memento is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Memento have?
- MCP Toplist tracks 9 versions of Memento, most recently published on May 17, 2026.
- Where can I find the source code for Memento?
- The source code for Memento is hosted at github.com/veerps57/memento.git.
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.