Serversio.github.sachitrafa/cognitive-ai-memory
M

io.github.sachitrafa/cognitive-ai-memory

io.github.sachitrafa/cognitive-ai-memory · v1.0.2
▦ docker
v1.0.2docker oci: ghcr.io/your-memory/cognitive-ai-memory:1.0.2↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sachitrafa/cognitive-ai-memory",
  "description": "Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.",
  "repository": {
    "url": "https://github.com/sachitrafa/cognitive-ai-memory",
    "source": "github"
  },
  "version": "1.0.2",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}