Loading MCP server directory, please wait...
Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.
npx @getmcp/cli add io.github.sachitrafa/cognitive-ai-memoryRequires Docker Engine. Community-contributed server. Review source before installing.
DATABASE_URLPostgreSQL connection string with pgvector. Example: postgresql://localhost:5432/yourmemory
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sachitrafa/cognitive-ai-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DATABASE_URL",
"-e",
"OLLAMA_URL",
"-e",
"EXTRACT_MODEL",
"ghcr.io/sachitrafa/cognitive-ai-memory:1.0.1"
],
"env": {
"DATABASE_URL": "",
"OLLAMA_URL": "",
"EXTRACT_MODEL": ""
}
}
}
}