Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub jubakitiashvili/context-mem