Skip to content
Zed

genesys memory for Zed

io.github.astrix-labs/genesys-memory

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

client:Zed transport:stdio runtime:pypi

Install genesys memory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "genesys-memory": {
      "command": "uvx",
      "args": [
        "genesys-memory"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "GENESYS_EMBEDDER": "<GENESYS_EMBEDDER>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

genesys memory in other clients