Skip to content
Zed

strata for Zed

io.github.agenerationforwordz-tech/strata

Self-hosted AI memory server. Persistent memory on your hardware, not the cloud.

client:Zed transport:stdio runtime:npm

Install strata 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": {
    "strata": {
      "command": "npx",
      "args": [
        "-y",
        "strata-mcp-server"
      ],
      "env": {
        "STRATA_URL": "<STRATA_URL>",
        "STRATA_API_KEY": "<STRATA_API_KEY>"
      }
    }
  }
}

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

strata in other clients