FactMem
Rank #6,437io.github.gordonkjlee/factmem
A local memory engine. You own the SQLite file. Not Mem0's hosted OpenMemory MCP.
FactMem is a Model Context Protocol (MCP) server published by gordonkjlee. It ranks #6,437 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. FactMem is listed on Official MCP, with 1 tracked version. It was first listed on Aug 28, 2026 and most recently updated on Aug 31, 2026.
Ranks ahead of 109,154 of 115,591 servers on MCP Toplist.
Use FactMem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add factmem -- npx -y @factmem/mcp[mcp_servers.factmem]
command = "npx"
args = ["-y", "@factmem/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"factmem": {
"command": "npx",
"args": [
"-y",
"@factmem/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"factmem": {
"command": "npx",
"args": [
"-y",
"@factmem/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"factmem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@factmem/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"factmem": {
"command": "npx",
"args": [
"-y",
"@factmem/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"factmem": {
"command": "npx",
"args": [
"-y",
"@factmem/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.gordonkjlee%2Ffactmem)<a href="https://mcptoplist.com/server/io.github.gordonkjlee%2Ffactmem"><img src="https://mcptoplist.com/badge/io.github.gordonkjlee%2Ffactmem.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gordonkjlee
Other servers by gordonkjlee
View all gordonkjlee servers →Available versions (1)
| Version | Published |
|---|---|
| 0.24.2 | Aug 31, 2026 |
Frequently asked questions
- Who maintains FactMem?
- FactMem is maintained by gordonkjlee, which publishes 2 MCP servers (21 total versions) tracked on MCP Toplist.
- Is FactMem listed on the Official MCP Registry?
- Yes — FactMem is listed on the Official MCP Registry.
- How many versions does FactMem have?
- MCP Toplist tracks 1 version of FactMem, most recently published on Aug 31, 2026.
- Where can I find the source code for FactMem?
- The source code for FactMem is hosted at github.com/gordonkjlee/factmem.