Skip to content
Zed

genome for Zed

io.github.northtekdevs/genome

Fully local memory for AI agents: zero-LLM ingest, semantic recall, air-gapped, auditable.

client:Zed transport:stdio runtime:pypi

Install genome in Zed

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

{
  "context_servers": {
    "genome": {
      "command": "uvx",
      "args": [
        "genome-memory"
      ]
    }
  }
}

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

genome in other clients