← Back to Plugins
MCP Server MCP

io.github.sachitrafa/cognitive-ai-memory

github By github 👁 1 views ▲ 0 votes

Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...