Skip to content
Zed

envspeak for Zed

io.github.patrizzos/envspeak

MCP server and CLI that resolves config/env-var cascade across .env, docker-compose, and Kubernetes

client:Zed transport:stdio runtime:npm

Install envspeak in Zed

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

{
  "context_servers": {
    "envspeak": {
      "command": "npx",
      "args": [
        "-y",
        "@patrizzos/envspeak"
      ]
    }
  }
}

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

envspeak in other clients