MCP Server
MCP
io.github.sachitrafa/cognitive-ai-memory
Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.
Install
oci:ghcr.io/your-memory/cognitive-ai-memory:1.0.2
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/your-memory/cognitive-ai-memory:1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string with pgvector. Example: postgresql://localhost:5432/yourmemory",
"isRequired": true,
"format": "string",
"name": "DATABASE_URL"
},
{
"description": "Ollama server URL for local embeddings (nomic-embed-text) and classification (llama3.2:3b). Default: http://localhost:11434",
"format": "string",
"name": "OLLAMA_URL"
},
{
"description": "Ollama model used for fact/assumption classification. Default: llama3.2:3b",
"format": "string",
"name": "EXTRACT_MODEL"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment