Serversio.github.LeandroPG19/cuba-memorys
M

io.github.LeandroPG19/cuba-memorys

io.github.LeandroPG19/cuba-memorys · v0.9.3
▦ npm
v0.9.3npm npm: cuba-memorys↗ 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.LeandroPG19/cuba-memorys",
  "description": "Persistent memory MCP server. 25 tools, BM25+MMR+OOD retrieval, CFR-21 audit, knowledge graph.",
  "repository": {
    "url": "https://github.com/LeandroPG19/cuba-memorys",
    "source": "github"
  },
  "version": "0.9.3",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "cuba-memorys",
      "version": "0.9.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection URL (e.g. postgresql://user:pass@localhost:5432/brain)",
          "isRequired": true,
          "format": "string",
          "name": "DATABASE_URL"
        },
        {
          "description": "Set to 'off' to disable v0.8 project scoping filters (admin/debug only).",
          "format": "string",
          "name": "CUBA_PROJECT_FILTER"
        },
        {
          "description": "Directory used by cuba_sync export/import (default ./.cuba-memorys/).",
          "format": "string",
          "name": "CUBA_SYNC_DIR"
        },
        {
          "description": "cuba_juez backend selector: claude_cli | anthropic_api | heuristic | auto (default auto).",
          "format": "string",
          "name": "CUBA_JUDGE"
        },
        {
          "description": "Subprocess CLI used by ClaudeCodeJudge (default 'claude').",
          "format": "string",
          "name": "CUBA_JUEZ_CLI"
        },
        {
          "description": "Model name passed to the judge backend (default 'claude-haiku-4-5').",
          "format": "string",
          "name": "CUBA_JUEZ_MODEL"
        },
        {
          "description": "API key for AnthropicApiJudge (only used when feature 'anthropic-api' is built in).",
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "cuba-memorys",
      "version": "1.11.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection URL (e.g. postgresql://user:pass@localhost:5432/brain)",
          "isRequired": true,
          "format": "string",
          "name": "DATABASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}