context-mem
Rank #19,129io.github.JubaKitiashvili/context-mem
Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools
context-mem is a Model Context Protocol (MCP) server published by jubakitiashvili. It ranks #19,129 of 132,046 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. context-mem is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Mar 17, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 112,917 of 132,046 servers on MCP Toplist.
Use context-mem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add context-mem -- npx -y context-mem[mcp_servers.context-mem]
command = "npx"
args = ["-y", "context-mem"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"context-mem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}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.JubaKitiashvili%2Fcontext-mem)<a href="https://mcptoplist.com/server/io.github.JubaKitiashvili%2Fcontext-mem"><img src="https://mcptoplist.com/badge/io.github.JubaKitiashvili%2Fcontext-mem.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
jubakitiashvili
Available versions (1)
| Version | Published |
|---|---|
| 3.2.1 | Apr 15, 2026 |
Frequently asked questions
- Who maintains context-mem?
- context-mem is maintained by jubakitiashvili, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is context-mem listed on the Official MCP Registry?
- Yes — context-mem is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does context-mem have?
- MCP Toplist tracks 1 version of context-mem, most recently published on Apr 15, 2026.
- Where can I find the source code for context-mem?
- The source code for context-mem is hosted at github.com/jubakitiashvili/context-mem.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.