remem
Rank #364io.github.majiayu000/remem
Local-first automatic memory for Claude Code and Codex: capture, distill, recall from SQLite.
remem is a Model Context Protocol (MCP) server published by majiayu000. It ranks #364 of 115,591 servers tracked on MCP Toplist, and its repository has 29 GitHub stars. remem is listed across 3 registries — Official MCP, PulseMCP and Glama, with 32 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 115,227 of 115,591 servers on MCP Toplist.
Use remem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add remem -- npx -y @remem-ai/remem mcp[mcp_servers.remem]
command = "npx"
args = ["-y", "@remem-ai/remem", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"remem": {
"command": "npx",
"args": [
"-y",
"@remem-ai/remem",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"remem": {
"command": "npx",
"args": [
"-y",
"@remem-ai/remem",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"remem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@remem-ai/remem",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"remem": {
"command": "npx",
"args": [
"-y",
"@remem-ai/remem",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"remem": {
"command": "npx",
"args": [
"-y",
"@remem-ai/remem",
"mcp"
]
}
}
}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.majiayu000%2Fremem)<a href="https://mcptoplist.com/server/io.github.majiayu000%2Fremem"><img src="https://mcptoplist.com/badge/io.github.majiayu000%2Fremem.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
majiayu000
Other servers by majiayu000
View all majiayu000 servers →Available versions (32)
| Version | Published |
|---|---|
| 0.6.84 | Aug 31, 2026 |
| 0.6.83 | Aug 30, 2026 |
| 0.6.82 | Aug 24, 2026 |
| 0.6.79 | Aug 20, 2026 |
| 0.6.78 | Aug 16, 2026 |
| 0.6.75 | Aug 15, 2026 |
| 0.6.73 | Aug 14, 2026 |
| 0.6.71 | Aug 13, 2026 |
| 0.6.68 | Aug 12, 2026 |
| 0.6.66 | Aug 10, 2026 |
| 0.6.65 | Aug 10, 2026 |
| 0.6.64 | Aug 9, 2026 |
| 0.6.61 | Aug 9, 2026 |
| 0.6.60 | Aug 8, 2026 |
| 0.6.54 | Aug 7, 2026 |
| 0.6.51 | Aug 6, 2026 |
| 0.6.50 | Aug 6, 2026 |
| 0.6.48 | Aug 5, 2026 |
| 0.6.47 | Aug 3, 2026 |
| 0.6.45 | Aug 2, 2026 |
| 0.6.44 | Aug 1, 2026 |
| 0.6.43 | Aug 1, 2026 |
| 0.6.39 | Jul 31, 2026 |
| 0.6.36 | Jul 31, 2026 |
| 0.6.30 | Jul 30, 2026 |
| 0.6.26 | Jul 26, 2026 |
| 0.6.25 | Jul 25, 2026 |
| 0.6.19 | Jul 24, 2026 |
| 0.6.16 | Jul 24, 2026 |
| 0.6.1 | Jul 17, 2026 |
| 0.5.206 | Jul 15, 2026 |
| 0.5.202 | Jul 12, 2026 |
Frequently asked questions
- Who maintains remem?
- remem is maintained by majiayu000, which publishes 2 MCP servers (32 total versions) tracked on MCP Toplist.
- Is remem listed on the Official MCP Registry?
- Yes — remem is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does remem have?
- MCP Toplist tracks 32 versions of remem, most recently published on Aug 31, 2026.
- Where can I find the source code for remem?
- The source code for remem is hosted at github.com/majiayu000/remem.