Anamnesis
Rank #17,570io.github.oscardvs/anamnesis
Cross-machine, file-first memory for Claude Code: markdown + SQLite FTS5, synced with git
Anamnesis is a Model Context Protocol (MCP) server published by oscardvs. It ranks #17,570 of 115,460 servers tracked on MCP Toplist. Anamnesis is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 21, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 97,890 of 115,460 servers on MCP Toplist.
Use Anamnesis
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add anamnesis -- uvx anamnesis-memory serve[mcp_servers.anamnesis]
command = "uvx"
args = ["anamnesis-memory", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"anamnesis": {
"command": "uvx",
"args": [
"anamnesis-memory",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"anamnesis": {
"command": "uvx",
"args": [
"anamnesis-memory",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"anamnesis": {
"type": "stdio",
"command": "uvx",
"args": [
"anamnesis-memory",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"anamnesis": {
"command": "uvx",
"args": [
"anamnesis-memory",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"anamnesis": {
"command": "uvx",
"args": [
"anamnesis-memory",
"serve"
]
}
}
}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.oscardvs%2Fanamnesis)<a href="https://mcptoplist.com/server/io.github.oscardvs%2Fanamnesis"><img src="https://mcptoplist.com/badge/io.github.oscardvs%2Fanamnesis.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
oscardvs
Other servers by oscardvs
View all oscardvs servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Anamnesis?
- Anamnesis is maintained by oscardvs, which publishes 2 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Anamnesis listed on the Official MCP Registry?
- Yes — Anamnesis is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Anamnesis have?
- MCP Toplist tracks 1 version of Anamnesis, most recently published on Jul 4, 2026.
- Where can I find the source code for Anamnesis?
- The source code for Anamnesis is hosted at github.com/oscardvs/anamnesis.