← Back to browse

cuba-memorys

Indexed by io.github.LeandroPG19

About

Persistent memory MCP server. 29 tools, BM25+MMR+OOD retrieval, CFR-21 audit, code graph.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDATABASE_URL CUBA_PROJECT_FILTER CUBA_SYNC_DIR CUBA_JUDGE CUBA_JUEZ_CLI CUBA_JUEZ_MODEL ANTHROPIC_API_KEY
Claude Code
claude mcp add --env DATABASE_URL= --env CUBA_PROJECT_FILTER= --env CUBA_SYNC_DIR= --env CUBA_JUDGE= --env CUBA_JUEZ_CLI= --env CUBA_JUEZ_MODEL= --env ANTHROPIC_API_KEY= cuba-memorys -- npx cuba-memorys
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cuba-memorys","command":"npx","args":["cuba-memorys"],"env":{"DATABASE_URL":"","CUBA_PROJECT_FILTER":"","CUBA_SYNC_DIR":"","CUBA_JUDGE":"","CUBA_JUEZ_CLI":"","CUBA_JUEZ_MODEL":"","ANTHROPIC_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "cuba-memorys": {
      "command": "npx",
      "args": [
        "cuba-memorys"
      ],
      "env": {
        "DATABASE_URL": "",
        "CUBA_PROJECT_FILTER": "",
        "CUBA_SYNC_DIR": "",
        "CUBA_JUDGE": "",
        "CUBA_JUEZ_CLI": "",
        "CUBA_JUEZ_MODEL": "",
        "ANTHROPIC_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.