Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools
claude mcp add context-mem -- npx -y context-mem
claude_desktop_config.json
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"context-mem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.JubaKitiashvili--context-mem/reviews or the review_server meta-tool.
POST /mcp