Serversio.github.simplemindedbot/mnemex
M

io.github.simplemindedbot/mnemex

io.github.simplemindedbot/mnemex · v0.5.2
▦ pypi
v0.5.2pypi pypi: mnemex↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.simplemindedbot/mnemex",
  "description": "Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).",
  "repository": {
    "url": "https://github.com/simplemindedbot/mnemex",
    "source": "github"
  },
  "version": "0.5.2",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mnemex",
      "version": "0.5.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Storage path for short-term memory JSONL files",
          "format": "string",
          "default": "~/.config/mnemex/jsonl",
          "name": "MNEMEX_STORAGE_PATH"
        },
        {
          "description": "Path to Obsidian vault for long-term memory",
          "format": "string",
          "name": "LTM_VAULT_PATH"
        },
        {
          "description": "Decay model: power_law (default), exponential, or two_component",
          "format": "string",
          "default": "power_law",
          "name": "MNEMEX_DECAY_MODEL"
        },
        {
          "description": "Half-life in days for power-law decay model",
          "format": "number",
          "default": "3.0",
          "name": "MNEMEX_PL_HALFLIFE_DAYS"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}