HomeKnowledge & Memory › papez

papez

Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).

Python
★ 28 stars Last pushed 2026-09-07 License: AGPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.5.2)

uvx genesys-memory

Or add to your MCP client config:

{
  "mcpServers": {
    "papez": {
      "command": "uvx",
      "args": [
        "genesys-memory"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "GENESYS_EMBEDDER": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENAI_API_KEY secret — OpenAI API key for embedding generation (optional — use GENESYS_EMBEDDER=local for no API key)
  • ANTHROPIC_API_KEY secret — Anthropic API key for LLM-based memory processing (optional)
  • GENESYS_EMBEDDER — Embedding provider: 'openai' or 'local' (default: openai)

Related servers

Data from the Official MCP Registry