Stats
Actions
Tags
From context-mem
Provides context memory management for Claude Code, allowing persistent storage and retrieval of contextual information across sessions. Runs locally.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"context-mem": {
"command": "npx",
"args": [
"-y",
"context-mem",
"serve"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub jubakitiashvili/context-mem