mem-context
Rank #6,726io.github.turbyho/mem-context
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
mem-context is a Model Context Protocol (MCP) server published by turbyho. It ranks #6,726 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. mem-context is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 108,734 of 115,460 servers on MCP Toplist.
Use mem-context
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mem-context -- uvx mem-context[mcp_servers.mem-context]
command = "uvx"
args = ["mem-context"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mem-context": {
"type": "stdio",
"command": "uvx",
"args": [
"mem-context"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}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.turbyho%2Fmem-context)<a href="https://mcptoplist.com/server/io.github.turbyho%2Fmem-context"><img src="https://mcptoplist.com/badge/io.github.turbyho%2Fmem-context.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
turbyho
Other servers by turbyho
View all turbyho servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Jun 9, 2026 |
Frequently asked questions
- Who maintains mem-context?
- mem-context is maintained by turbyho, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is mem-context listed on the Official MCP Registry?
- Yes — mem-context is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does mem-context have?
- MCP Toplist tracks 1 version of mem-context, most recently published on Jun 9, 2026.
- Where can I find the source code for mem-context?
- The source code for mem-context is hosted at github.com/turbyho/mem-context.