Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.
claude mcp add cognitive-ai-memory -- docker run -i --rm ghcr.io/your-memory/cognitive-ai-memory:1.0.2
claude_desktop_config.json
{
"mcpServers": {
"cognitive-ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/your-memory/cognitive-ai-memory:1.0.2"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cognitive-ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/your-memory/cognitive-ai-memory:1.0.2"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cognitive-ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/your-memory/cognitive-ai-memory:1.0.2"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cognitive-ai-memory": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/your-memory/cognitive-ai-memory:1.0.2"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cognitive-ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/your-memory/cognitive-ai-memory:1.0.2"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sachitrafa--cognitive-ai-memory/reviews or the review_server meta-tool.
POST /mcp