remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
Rank #3,538io.github.tinhien11/remem-mcp
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki is a Model Context Protocol (MCP) server published by tinhien11. It ranks #3,538 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. remem-mcp — Local-first MCP Memory + CodeGraph + Wiki is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 112,053 of 115,591 servers on MCP Toplist.
Use remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add remem-mcp -- npx -y remem-mcp[mcp_servers.remem-mcp]
command = "npx"
args = ["-y", "remem-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"remem-mcp": {
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"remem-mcp": {
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"remem-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"remem-mcp": {
"command": "npx",
"args": [
"-y",
"remem-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"remem-mcp": {
"command": "npx",
"args": [
"-y",
"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.tinhien11%2Fremem-mcp)<a href="https://mcptoplist.com/server/io.github.tinhien11%2Fremem-mcp"><img src="https://mcptoplist.com/badge/io.github.tinhien11%2Fremem-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tinhien11
Other servers by tinhien11
View all tinhien11 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.5.18 | Aug 16, 2026 |
| 0.5.17 | Aug 15, 2026 |
Frequently asked questions
- Who maintains remem-mcp — Local-first MCP Memory + CodeGraph + Wiki?
- remem-mcp — Local-first MCP Memory + CodeGraph + Wiki is maintained by tinhien11, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is remem-mcp — Local-first MCP Memory + CodeGraph + Wiki listed on the Official MCP Registry?
- Yes — remem-mcp — Local-first MCP Memory + CodeGraph + Wiki is listed on the Official MCP Registry, alongside Glama.
- How many versions does remem-mcp — Local-first MCP Memory + CodeGraph + Wiki have?
- MCP Toplist tracks 2 versions of remem-mcp — Local-first MCP Memory + CodeGraph + Wiki, most recently published on Aug 16, 2026.
- Where can I find the source code for remem-mcp — Local-first MCP Memory + CodeGraph + Wiki?
- The source code for remem-mcp — Local-first MCP Memory + CodeGraph + Wiki is hosted at github.com/tinhien11/remem-mcp.