← Index

io.github.LeandroPG19/cuba-memorys

io.github.LeandroPG19/cuba-memorys·v0.7.0·Search
Quality Score
80
/100

Persistent memory for AI agents. 19 tools, Hebbian learning, RRF search, knowledge graph.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "cuba-memorys": {
      "command": "npx",
      "args": [
        "-y",
        "cuba-memorys"
      ],
      "env": {
        "DATABASE_URL": "<database_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "cuba-memorys": {
      "command": "npx",
      "args": [
        "-y",
        "cuba-memorys"
      ],
      "env": {
        "DATABASE_URL": "<database_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y cuba-memorys
Claude Desktop (uvx)
{
  "mcpServers": {
    "cuba-memorys": {
      "command": "uvx",
      "args": [
        "cuba-memorys"
      ],
      "env": {
        "DATABASE_URL": "<database_url>"
      }
    }
  }
}
§02  Environment variables
DATABASE_URL
required

PostgreSQL connection URL (e.g. postgresql://user:pass@localhost:5432/brain)

DATABASE_URL
required

PostgreSQL connection URL (e.g. postgresql://user:pass@localhost:5432/brain)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search