cognitive-ai-memory
About
Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DATABASE_URL OLLAMA_URL EXTRACT_MODELClaude Code
claude mcp add --env DATABASE_URL= --env OLLAMA_URL= --env EXTRACT_MODEL= cognitive-ai-memory -- docker ghcr.io/your-memory/cognitive-ai-memory:1.0.2
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"cognitive-ai-memory","command":"docker","args":["ghcr.io/your-memory/cognitive-ai-memory:1.0.2"],"env":{"DATABASE_URL":"","OLLAMA_URL":"","EXTRACT_MODEL":""}}'
JSON
{
"mcpServers": {
"cognitive-ai-memory": {
"command": "docker",
"args": [
"ghcr.io/your-memory/cognitive-ai-memory:1.0.2"
],
"env": {
"DATABASE_URL": "",
"OLLAMA_URL": "",
"EXTRACT_MODEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.